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 15eedf1 commit 6a8ede9Copy full SHA for 6a8ede9
src/misc1.c
@@ -2180,7 +2180,7 @@ ins_char(int c)
2180
char_u buf[MB_MAXBYTES + 1];
2181
int n = 1;
2182
2183
-#if defined(FEAT_MBYTE) || defined(PROTO)
+#ifdef FEAT_MBYTE
2184
n = (*mb_char2bytes)(c, buf);
2185
2186
/* When "c" is 0x100, 0x200, etc. we don't want to insert a NUL byte.
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 221,
769
/**/
770
220,
771
0 commit comments