commit | 376407674ff10b60e7c6090906be50982763f0f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:37:15 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:37:15 2017 +0100 |
tree | fb830a77dc0bcc1498fdff019ec4e348118941ec | |
parent | a713ff819d134dc34e507c05273c935bfc17e795 [diff] [blame] |
patch 8.0.0373: build fails without +folding Problem: Build fails without +folding. Solution: Move misplaced #ifdef.
diff --git a/src/option.c b/src/option.c index 959af4f..459179e 100644 --- a/src/option.c +++ b/src/option.c
@@ -1278,8 +1278,8 @@ #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