diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-06-06 14:15:40 +0300 |
---|---|---|
committer | Pavel Platto <hinidu@gmail.com> | 2014-08-02 09:17:00 +0300 |
commit | 5881842007c8ca95e74311844d05b0ae9372be1d (patch) | |
tree | 975e92e8f1ef0e67d8015bbd5f194f126c8adfc9 /src/nvim/version.c | |
parent | b2b920f20e7690fd4e5a800f89723409a3438768 (diff) | |
download | rneovim-5881842007c8ca95e74311844d05b0ae9372be1d.tar.gz rneovim-5881842007c8ca95e74311844d05b0ae9372be1d.tar.bz2 rneovim-5881842007c8ca95e74311844d05b0ae9372be1d.zip |
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.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4d0e58e2c3..c59642ba8c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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 |