summaryrefslogtreecommitdiffstats
path: root/runtime/tools/unicode.vim
AgeCommit message (Collapse)Author
2022-10-05patch 9.0.0666: spacing-combining characters handled as composingv9.0.0666Bram Moolenaar
Problem: Spacing-combining characters handled as composing, causing text to take more space than expected. Solution: Handle characters marked with "Mc" not as composing. (closes #11282
2022-09-25patch 9.0.0587: Unicode tables are outdatedv9.0.0587Christian Brabandt
Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
2021-06-27patch 8.2.3068: Unicode tables are slightly outdatedv8.2.3068Christian Brabandt
Problem: Unicode tables are slightly outdated. Solution: Update the tables for Unicode release 13. (Christian Brabandt closes #8430)
2020-08-30Update runtime files.Bram Moolenaar
2018-07-15Update runtime files.Bram Moolenaar
2017-06-22patch 8.0.0652: unicode information is outdatedv8.0.0652Bram Moolenaar
Problem: Unicode information is outdated. Solution: Update to Unicode 10. (Christian Brabandt)
2016-03-24patch 7.4.1642v7.4.1642Bram Moolenaar
Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Only put characters in the 1f000 range in the emoji table.
2016-03-21patch 7.4.1629v7.4.1629Bram Moolenaar
Problem: Handling emoji characters as full width has problems with backwards compatibility. Solution: Remove ambiguous and double width characters from the emoji table. Use a separate table for the character class. (partly by Yasuhiro Matsumoto)
2016-03-19patch 7.4.1604v7.4.1604Bram Moolenaar
Problem: Although emoji characters are ambiguous width, best is to treat them as full width. Solution: Update the Unicode character tables. Add the 'emoji' options. (Yasuhiro Matsumoto)
2015-06-21patch 7.4.752v7.4.752Bram Moolenaar
Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
2010-01-27updated for version 7.2.348v7.2.348Bram Moolenaar
Problem: Unicode double-width characters are not up-to date. Solution: Produce the double-width table like the others.
2010-01-12updated for version 7.2.330v7.2.330Bram Moolenaar
Problem: Tables for Unicode case operators are outdated. Solution: Add a Vim script for generating the tables. Include tables for Unicode 5.2.