comparison src/option.c @ 10968:0cfcbb7046b6 v8.0.0373

patch 8.0.0373: build fails without +folding commit https://github.com/vim/vim/commit/376407674ff10b60e7c6090906be50982763f0f3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 25 22:37:15 2017 +0100 patch 8.0.0373: build fails without +folding Problem: Build fails without +folding. Solution: Move misplaced #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 22:45:04 +0100
parents 398ad090256d
children e71d3bdf3bc3
comparison
equal deleted inserted replaced
10967:2828f870f481 10968:0cfcbb7046b6
1276 (char_u *)NULL, PV_NONE, 1276 (char_u *)NULL, PV_NONE,
1277 {(char_u *)NULL, (char_u *)0L} 1277 {(char_u *)NULL, (char_u *)0L}
1278 #endif 1278 #endif
1279 SCRIPTID_INIT}, 1279 SCRIPTID_INIT},
1280 {"foldmarker", "fmr", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF| 1280 {"foldmarker", "fmr", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|
1281 P_RWIN|P_ONECOMMA|P_NODUP,
1281 #ifdef FEAT_FOLDING 1282 #ifdef FEAT_FOLDING
1282 P_RWIN|P_ONECOMMA|P_NODUP,
1283 (char_u *)VAR_WIN, PV_FMR, 1283 (char_u *)VAR_WIN, PV_FMR,
1284 {(char_u *)"{{{,}}}", (char_u *)NULL} 1284 {(char_u *)"{{{,}}}", (char_u *)NULL}
1285 #else 1285 #else
1286 (char_u *)NULL, PV_NONE, 1286 (char_u *)NULL, PV_NONE,
1287 {(char_u *)NULL, (char_u *)0L} 1287 {(char_u *)NULL, (char_u *)0L}