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 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