0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

patch 8.0.0373: build fails without +folding

Problem:    Build fails without +folding.
Solution:   Move misplaced #ifdef.
This commit is contained in:
Bram Moolenaar
2017-02-25 22:37:15 +01:00
parent a713ff819d
commit 376407674f
2 changed files with 3 additions and 1 deletions

View 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

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
373,
/**/
372,
/**/