We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ab91f commit 086ae06Copy full SHA for 086ae06
2 files changed
src/mbyte.c
@@ -4299,7 +4299,7 @@ mb_charlen(char_u *str)
4299
return count;
4300
}
4301
4302
-#if defined(FEAT_SPELL) || defined(PROTO)
+#if (defined(FEAT_SPELL) || defined(FEAT_EVAL)) || defined(PROTO)
4303
/*
4304
* Like mb_charlen() but for a string with specified length.
4305
*/
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2326,
755
/**/
756
2325,
757
0 commit comments