1
0
forked from aniani/vim

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