]> granicus.if.org Git - vim/commitdiff
patch 7.4.2202 v7.4.2202
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Aug 2016 16:51:58 +0000 (18:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Aug 2016 16:51:58 +0000 (18:51 +0200)
Problem:    Build fails with small features.
Solution:   Correct option initialization.

src/option.c
src/version.c

index 7146503eb392130edcf9af631e915a6af53b9474..ba074824290ef132a777ab7c11b6804b82c39f3b 100644 (file)
@@ -2416,11 +2416,12 @@ static struct vimoption options[] =
     {"signcolumn",   "scl",  P_STRING|P_ALLOCED|P_VI_DEF|P_RWIN,
 #ifdef FEAT_SIGNS
                            (char_u *)VAR_WIN, PV_SCL,
-                           {(char_u *)"auto", (char_u *)0L} SCRIPTID_INIT},
+                           {(char_u *)"auto", (char_u *)0L}
 #else
                            (char_u *)NULL, PV_NONE,
                            {(char_u *)NULL, (char_u *)0L}
 #endif
+                           SCRIPTID_INIT},
     {"slowopen",    "slow", P_BOOL|P_VI_DEF,
                            (char_u *)NULL, PV_NONE,
                            {(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT},
index 58893c5dbbebfb0fe11f2f27b71c36dea831ab1d..e30f62764815999510028db7dfaa5a387ff5840e 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2202,
 /**/
     2201,
 /**/