]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1536: cannot get the class of a character; emoji widths are wrong v8.2.1536
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Aug 2020 20:24:57 +0000 (22:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Aug 2020 20:24:57 +0000 (22:24 +0200)
commit4e4473c927167fd24e5c8df90e0e8035080cf2da
tree07e43fbf7948fd3dbd6878b6c5c29069124a4c43
parent08aac3c6192f0103cb87e280270a32b50e653be1
patch 8.2.1536: cannot get the class of a character; emoji widths are wrong

Problem:    Cannot get the class of a character; emoji widths are wrong in
            some environments.
Solution:   Add charclass(). Update some emoji widths.  Add script to check
            emoji widths.
Filelist
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/mbyte.c
src/proto/mbyte.pro
src/testdir/emoji_list.vim [new file with mode: 0644]
src/testdir/test_functions.vim
src/version.c