Skip to content

Commit

Permalink
patch 7.4.2107
Browse files Browse the repository at this point in the history
Problem:    Misplaced equal sign.
Solution:   Remove it.
  • Loading branch information
brammool committed Jul 26, 2016
1 parent ac77aec commit d955a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
EXTERN char psepc INIT(= '\\'); /* normal path separator character */
EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */
/* normal path separator string */
EXTERN char pseps[2] = INIT(= {'\\' COMMA 0});
EXTERN char pseps[2] INIT(= {'\\' COMMA 0});
#endif

#ifdef FEAT_VIRTUALEDIT
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2107,
/**/
2106,
/**/
Expand Down

0 comments on commit d955a09

Please sign in to comment.