Skip to content

Commit d955a09

Browse files
committed
patch 7.4.2107
Problem: Misplaced equal sign. Solution: Remove it.
1 parent ac77aec commit d955a09

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
13561356
EXTERN char psepc INIT(= '\\'); /* normal path separator character */
13571357
EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */
13581358
/* normal path separator string */
1359-
EXTERN char pseps[2] = INIT(= {'\\' COMMA 0});
1359+
EXTERN char pseps[2] INIT(= {'\\' COMMA 0});
13601360
#endif
13611361

13621362
#ifdef FEAT_VIRTUALEDIT

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ static char *(features[]) =
758758

759759
static int included_patches[] =
760760
{ /* Add new patch number below this line */
761+
/**/
762+
2107,
761763
/**/
762764
2106,
763765
/**/

0 commit comments

Comments
 (0)