diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-28 22:24:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-28 22:24:57 +0200 |
commit | 4e4473c927167fd24e5c8df90e0e8035080cf2da (patch) | |
tree | 07e43fbf7948fd3dbd6878b6c5c29069124a4c43 /Filelist | |
parent | 08aac3c6192f0103cb87e280270a32b50e653be1 (diff) | |
download | vim-git-4e4473c927167fd24e5c8df90e0e8035080cf2da.tar.gz |
patch 8.2.1536: cannot get the class of a character; emoji widths are wrongv8.2.1536
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.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -197,6 +197,7 @@ SRC_ALL = \ src/testdir/samples/*.txt \ src/testdir/samples/test000 \ src/testdir/color_ramp.vim \ + src/testdir/emoji_list.vim \ src/testdir/silent.wav \ src/testdir/popupbounce.vim \ src/proto.h \ |