]> granicus.if.org Git - vim/commitdiff
patch 8.0.0373: build fails without +folding v8.0.0373
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 21:37:15 +0000 (22:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 21:37:15 +0000 (22:37 +0100)
Problem:    Build fails without +folding.
Solution:   Move misplaced #ifdef.

src/option.c
src/version.c

index 959af4fa4ed3552be9384fc68038dd64e1245616..459179e2e1b5f37f3ee7f75b9c5dc53428908f17 100644 (file)
@@ -1278,8 +1278,8 @@ static struct vimoption options[] =
 #endif
                            SCRIPTID_INIT},
     {"foldmarker",  "fmr",  P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|
-#ifdef FEAT_FOLDING
                                                    P_RWIN|P_ONECOMMA|P_NODUP,
+#ifdef FEAT_FOLDING
                            (char_u *)VAR_WIN, PV_FMR,
                            {(char_u *)"{{{,}}}", (char_u *)NULL}
 #else
index 3b8c12705f5b7722751a1ca9ae9025a4078c93d6..b008d140880fed0f220b256766b63b72bcf0df0c 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    373,
 /**/
     372,
 /**/