forked from aniani/vim
patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build
Problem: FEAT_TAG_ANYWHITE is not enabled in any build. Solution: Remove the feature.
This commit is contained in:
@@ -610,11 +610,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-tag_old_static",
|
||||
#endif
|
||||
#ifdef FEAT_TAG_ANYWHITE
|
||||
"+tag_any_white",
|
||||
#else
|
||||
"-tag_any_white",
|
||||
#endif
|
||||
#ifdef FEAT_TCL
|
||||
# ifdef DYNAMIC_TCL
|
||||
"+tcl/dyn",
|
||||
@@ -779,6 +775,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1040,
|
||||
/**/
|
||||
1039,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user