diff options
author | Christian Brabandt <cb@256bit.org> | 2022-09-25 19:25:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-25 19:25:51 +0100 |
commit | 9882e9ddc90abf522809dba4d9fa4de24c74df74 (patch) | |
tree | f0d20f2398258080eae26c90f4e4d1c60805341a /runtime | |
parent | 124af71a28a633fa655cff41bc21d398481ce45f (diff) | |
download | vim-git-9882e9ddc90abf522809dba4d9fa4de24c74df74.tar.gz |
patch 9.0.0587: Unicode tables are outdatedv9.0.0587
Problem: Unicode tables are outdated.
Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/tools/unicode.vim | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/tools/unicode.vim b/runtime/tools/unicode.vim index 6da013ef8..aa260e6ea 100644 --- a/runtime/tools/unicode.vim +++ b/runtime/tools/unicode.vim @@ -462,8 +462,9 @@ let s:ambitable = [] call BuildWidthTable('A', 'ambiguous') " Edit the emoji text file. Requires the netrw plugin. -edit https://unicode.org/Public/emoji/12.1/emoji-data.txt - -" Build the emoji table. Ver. 1.0 - 6.0 -" Must come after the "ambiguous" and "doublewidth" tables -call BuildEmojiTable() +" commented out, because it drops too many characters +"edit https://unicode.org/Public/15.0.0/ucd/emoji/emoji-data.txt +" +"" Build the emoji table. Ver. 1.0 - 6.0 +"" Must come after the "ambiguous" and "doublewidth" tables +"call BuildEmojiTable() |