summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-22 17:03:05 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-22 17:03:05 +0100
commitb99abaa480a7dd983ee4998c5cfdeb997214dcae (patch)
treec96856ca83538ec5684bb1732b8f1b126d10d9b3 /src/feature.h
parente37368c496f80137a774515ef4f3e17cf81d7685 (diff)
patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any buildv8.1.1040
Problem: FEAT_TAG_ANYWHITE is not enabled in any build. Solution: Remove the feature.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/feature.h b/src/feature.h
index e16fc62269..63b5536696 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -313,12 +313,6 @@
#endif
/*
- * +tag_any_white Allow any white space to separate the fields in a tags
- * file. When not defined, only a TAB is allowed.
- */
-/* #define FEAT_TAG_ANYWHITE */
-
-/*
* +cscope Unix only: Cscope support.
*/
#if defined(UNIX) && defined(FEAT_BIG) && !defined(FEAT_CSCOPE) && !defined(MACOS_X)