commit | 4e4473c927167fd24e5c8df90e0e8035080cf2da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 22:24:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 22:24:57 2020 +0200 |
tree | 07e43fbf7948fd3dbd6878b6c5c29069124a4c43 | |
parent | 08aac3c6192f0103cb87e280270a32b50e653be1 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 88332a0..92e90fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1536, +/**/ 1535, /**/ 1534,