Remove FEAT_TAG_ANYWHITE

This feature allow to use any white space characters instead of one
<TAB> in tag files. It is disabled in vanilla Vim's default build
configuration. Exuberant ctags use format with exactly one TAB.
This commit is contained in:
Pavel Platto
2014-06-06 14:15:40 +03:00
parent b2b920f20e
commit 5881842007
3 changed files with 0 additions and 46 deletions

View File

@@ -141,11 +141,7 @@ static char *(features[]) = {
"+syntax",
"+tag_binary",
"+tag_old_static",
#ifdef FEAT_TAG_ANYWHITE
"+tag_any_white",
#else // ifdef FEAT_TAG_ANYWHITE
"-tag_any_white",
#endif // ifdef FEAT_TAG_ANYWHITE
#if defined(UNIX)
// only Unix can have terminfo instead of termcap