mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
Remove xterm_save
This commit is contained in:

committed by
Thiago de Arruda

parent
866584542b
commit
5ff29e00a5
@@ -197,11 +197,6 @@ static char *(features[]) = {
|
||||
"-xsmp",
|
||||
"-xterm_clipboard",
|
||||
#endif // if defined(UNIX) || defined(VMS)
|
||||
#ifdef FEAT_XTERM_SAVE
|
||||
"+xterm_save",
|
||||
#else // ifdef FEAT_XTERM_SAVE
|
||||
"-xterm_save",
|
||||
#endif // ifdef FEAT_XTERM_SAVE
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user