aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/mbyte.c4
-rw-r--r--src/nvim/version.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index e4ed46208b..2978171051 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -949,7 +949,7 @@ int utf_char2cells(int c)
if (intable(doublewidth, ARRAY_SIZE(doublewidth), c))
return 2;
#endif
- if (p_emoji && intable(emoji_tab, ARRAY_SIZE(emoji_tab), c)) {
+ if (p_emoji && intable(emoji_width, ARRAY_SIZE(emoji_width), c)) {
return 2;
}
}
@@ -1716,7 +1716,7 @@ int utf_class(int c)
}
// emoji
- if (intable(emoji_tab, ARRAY_SIZE(emoji_tab), c)) {
+ if (intable(emoji_all, ARRAY_SIZE(emoji_all), c)) {
return 3;
}
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 43aaa6b1ed..02ee2113b9 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -814,7 +814,7 @@ static int included_patches[] = {
// 1632 NA
// 1631 NA
// 1630,
- // 1629,
+ 1629,
// 1628 NA
// 1627 NA
// 1626 NA