summaryrefslogtreecommitdiff
path: root/src/proto/mbyte.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-28 22:24:57 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-28 22:24:57 +0200
commit4e4473c927167fd24e5c8df90e0e8035080cf2da (patch)
tree07e43fbf7948fd3dbd6878b6c5c29069124a4c43 /src/proto/mbyte.pro
parent08aac3c6192f0103cb87e280270a32b50e653be1 (diff)
downloadvim-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 'src/proto/mbyte.pro')
-rw-r--r--src/proto/mbyte.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/mbyte.pro b/src/proto/mbyte.pro
index 9385d856d..7a6009ed6 100644
--- a/src/proto/mbyte.pro
+++ b/src/proto/mbyte.pro
@@ -85,4 +85,5 @@ int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, int *re
char_u *string_convert(vimconv_T *vcp, char_u *ptr, int *lenp);
char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp);
void f_setcellwidths(typval_T *argvars, typval_T *rettv);
+void f_charclass(typval_T *argvars, typval_T *rettv);
/* vim: set ft=c : */