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 ac77aec commit d955a09Copy full SHA for d955a09
2 files changed
src/globals.h
@@ -1356,7 +1356,7 @@ EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
1356
EXTERN char psepc INIT(= '\\'); /* normal path separator character */
1357
EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */
1358
/* normal path separator string */
1359
-EXTERN char pseps[2] = INIT(= {'\\' COMMA 0});
+EXTERN char pseps[2] INIT(= {'\\' COMMA 0});
1360
#endif
1361
1362
#ifdef FEAT_VIRTUALEDIT
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2107,
763
/**/
764
2106,
765
0 commit comments