comparison runtime/tools/unicode.vim @ 14347:723487cd7876

Update runtime files. commit https://github.com/vim/vim/commit/b477af2260d9bc7ae7f743f0a14265d7ee12ee09 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 15 20:20:18 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Jul 2018 20:30:05 +0200
parents f7ba69508fd5
children bbca88cd13d5
comparison
equal deleted inserted replaced
14346:1858ac1f1b9e 14347:723487cd7876
381 " Build the ambiguous width table. 381 " Build the ambiguous width table.
382 let s:ambitable = [] 382 let s:ambitable = []
383 call BuildWidthTable('A', 'ambiguous') 383 call BuildWidthTable('A', 'ambiguous')
384 384
385 " Edit the emoji text file. Requires the netrw plugin. 385 " Edit the emoji text file. Requires the netrw plugin.
386 edit http://unicode.org/Public/emoji/5.0/emoji-data.txt 386 edit https://www.unicode.org/Public/emoji/11.0/emoji-data.txt
387 "edit http://www.unicode.org/Public/emoji/latest/emoji-data.txt 387 "edit http://www.unicode.org/Public/emoji/latest/emoji-data.txt
388 388
389 " Build the emoji table. Ver. 1.0 - 6.0 389 " Build the emoji table. Ver. 1.0 - 6.0
390 " Must come after the "ambiguous" table 390 " Must come after the "ambiguous" table
391 call BuildEmojiTable('; Emoji\s\+#\s\+\d\+\.\d', 'emoji') 391 call BuildEmojiTable('; Emoji\s\+#\s\+\d\+\.\d', 'emoji')