mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
patch 9.0.0587: Unicode tables are outdated
Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes #11220)
This commit is contained in:
committed by
Bram Moolenaar
parent
124af71a28
commit
9882e9ddc9
@ -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()
|
||||
|
Reference in New Issue
Block a user