From 376407674ff10b60e7c6090906be50982763f0f3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 Feb 2017 22:37:15 +0100 Subject: patch 8.0.0373: build fails without +folding Problem: Build fails without +folding. Solution: Move misplaced #ifdef. --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option.c') diff --git a/src/option.c b/src/option.c index 959af4fa4..459179e2e 100644 --- a/src/option.c +++ b/src/option.c @@ -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 -- cgit v1.2.3