mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user