changeset 9661:c7147f0fd29a v7.4.2107

commit https://github.com/vim/vim/commit/d955a0971cb4207e466ad40e78138d71052e1758 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 22:14:09 2016 +0200 patch 7.4.2107 Problem: Misplaced equal sign. Solution: Remove it.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jul 2016 22:15:06 +0200
parents 10a2e6fd775c
children 6f7ef4df2318
files src/globals.h src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -1356,7 +1356,7 @@ EXTERN int	term_is_xterm INIT(= FALSE);	
 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
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2107,
+/**/
     2106,
 /**/
     2105,