diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/eval.c | 6 | ||||
-rw-r--r-- | src/nvim/version.c | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index ad2a0b2bb2..10e2027b00 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -9867,12 +9867,6 @@ static void f_has(typval_T *argvars, typval_T *rettv) #endif "arabic", "autocmd", -#if defined(SOME_BUILTIN_TCAPS) || defined(ALL_BUILTIN_TCAPS) - "builtin_terms", -# ifdef ALL_BUILTIN_TCAPS - "all_builtin_terms", -# endif -#endif #if defined(FEAT_BROWSE) && (defined(USE_FILE_CHOOSER) \ || defined(FEAT_GUI_W32) \ || defined(FEAT_GUI_MOTIF)) diff --git a/src/nvim/version.c b/src/nvim/version.c index a957d844be..52fc138872 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -52,15 +52,6 @@ static char *(features[]) = { "+arabic", "+autocmd", "-browse", -#ifdef NO_BUILTIN_TCAPS - "-builtin_terms", -#endif // ifdef NO_BUILTIN_TCAPS -#ifdef SOME_BUILTIN_TCAPS - "+builtin_terms", -#endif // ifdef SOME_BUILTIN_TCAPS -#ifdef ALL_BUILTIN_TCAPS - "++builtin_terms", -#endif // ifdef ALL_BUILTIN_TCAPS "+byte_offset", "+cindent", "-clipboard", |