forked from aniani/vim
patch 8.1.2096: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
This commit is contained in:
@@ -165,11 +165,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-cmdline_info",
|
||||
#endif
|
||||
#ifdef FEAT_COMMENTS
|
||||
"+comments",
|
||||
#else
|
||||
"-comments",
|
||||
#endif
|
||||
#ifdef FEAT_CONCEAL
|
||||
"+conceal",
|
||||
#else
|
||||
@@ -757,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2096,
|
||||
/**/
|
||||
2095,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user