comparison runtime/tools/unicode.vim @ 30503:3ee335235412 v9.0.0587

patch 9.0.0587: Unicode tables are outdated Commit: https://github.com/vim/vim/commit/9882e9ddc90abf522809dba4d9fa4de24c74df74 Author: Christian Brabandt <cb@256bit.org> Date: Sun Sep 25 19:25:51 2022 +0100 patch 9.0.0587: Unicode tables are outdated Problem: Unicode tables are outdated. Solution: Update to Unicode release 15. (Christian Brabandt, closes https://github.com/vim/vim/issues/11220)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Sep 2022 20:30:03 +0200
parents 042560a16d4e
children 65c35212c772
comparison
equal deleted inserted replaced
30502:f77c240eb5fc 30503:3ee335235412
460 " Build the ambiguous width table. 460 " Build the ambiguous width table.
461 let s:ambitable = [] 461 let s:ambitable = []
462 call BuildWidthTable('A', 'ambiguous') 462 call BuildWidthTable('A', 'ambiguous')
463 463
464 " Edit the emoji text file. Requires the netrw plugin. 464 " Edit the emoji text file. Requires the netrw plugin.
465 edit https://unicode.org/Public/emoji/12.1/emoji-data.txt 465 " commented out, because it drops too many characters
466 466 "edit https://unicode.org/Public/15.0.0/ucd/emoji/emoji-data.txt
467 " Build the emoji table. Ver. 1.0 - 6.0 467 "
468 " Must come after the "ambiguous" and "doublewidth" tables 468 "" Build the emoji table. Ver. 1.0 - 6.0
469 call BuildEmojiTable() 469 "" Must come after the "ambiguous" and "doublewidth" tables
470 "call BuildEmojiTable()