1
0
forked from aniani/vim

patch 7.4.2107

Problem:    Misplaced equal sign.
Solution:   Remove it.
This commit is contained in:
Bram Moolenaar
2016-07-26 22:14:09 +02:00
parent ac77aec4da
commit d955a0971c
2 changed files with 3 additions and 1 deletions

View File

@@ -1356,7 +1356,7 @@ EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */
EXTERN char psepc INIT(= '\\'); /* normal path separator character */ EXTERN char psepc INIT(= '\\'); /* normal path separator character */
EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */ EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */
/* normal path separator string */ /* normal path separator string */
EXTERN char pseps[2] = INIT(= {'\\' COMMA 0}); EXTERN char pseps[2] INIT(= {'\\' COMMA 0});
#endif #endif
#ifdef FEAT_VIRTUALEDIT #ifdef FEAT_VIRTUALEDIT

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2107,
/**/ /**/
2106, 2106,
/**/ /**/