forked from aniani/vim
patch 7.4.2107
Problem: Misplaced equal sign. Solution: Remove it.
This commit is contained in:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user