mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Remove *_BUILTIN_TCAPS & 'ttybuiltin'
'ttybuiltin' was removed and *_BUILTIN_TCAPS was made into dead code in PR #1820.
This commit is contained in:
@@ -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))
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user