mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
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:
@@ -6533,9 +6533,6 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_TAG_OLDSTATIC
|
||||
"tag_old_static",
|
||||
#endif
|
||||
#ifdef FEAT_TAG_ANYWHITE
|
||||
"tag_any_white",
|
||||
#endif
|
||||
#ifdef FEAT_TCL
|
||||
# ifndef DYNAMIC_TCL
|
||||
"tcl",
|
||||
|
Reference in New Issue
Block a user