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.
diff --git a/src/version.c b/src/version.c
index ddc30c0..59ffe0e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -610,11 +610,7 @@
#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",
@@ -780,6 +776,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1040,
+/**/
1039,
/**/
1038,