mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +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:
@@ -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