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/eval.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/eval.c')
-rw-r--r-- | src/nvim/eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 9ccf00a3fe..f7b65d1476 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -9742,9 +9742,6 @@ static void f_has(typval_T *argvars, typval_T *rettv) #endif "tag_binary", "tag_old_static", -#ifdef FEAT_TAG_ANYWHITE - "tag_any_white", -#endif #ifdef TERMINFO "terminfo", #endif |