diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-03-22 17:03:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-03-22 17:03:05 +0100 |
commit | b99abaa480a7dd983ee4998c5cfdeb997214dcae (patch) | |
tree | c96856ca83538ec5684bb1732b8f1b126d10d9b3 /src/feature.h | |
parent | e37368c496f80137a774515ef4f3e17cf81d7685 (diff) | |
download | vim-git-b99abaa480a7dd983ee4998c5cfdeb997214dcae.tar.gz |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/feature.h b/src/feature.h index e16fc6226..63b553669 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) |