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:
@@ -1278,8 +1278,8 @@ static struct vimoption options[] =
|
|||||||
#endif
|
#endif
|
||||||
SCRIPTID_INIT},
|
SCRIPTID_INIT},
|
||||||
{"foldmarker", "fmr", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|
|
{"foldmarker", "fmr", P_STRING|P_ALLOCED|P_VIM|P_VI_DEF|
|
||||||
#ifdef FEAT_FOLDING
|
|
||||||
P_RWIN|P_ONECOMMA|P_NODUP,
|
P_RWIN|P_ONECOMMA|P_NODUP,
|
||||||
|
#ifdef FEAT_FOLDING
|
||||||
(char_u *)VAR_WIN, PV_FMR,
|
(char_u *)VAR_WIN, PV_FMR,
|
||||||
{(char_u *)"{{{,}}}", (char_u *)NULL}
|
{(char_u *)"{{{,}}}", (char_u *)NULL}
|
||||||
#else
|
#else
|
||||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
373,
|
||||||
/**/
|
/**/
|
||||||
372,
|
372,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user