mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove xpm
This commit is contained in:
parent
8731d44996
commit
866584542b
@ -10339,11 +10339,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
"windows",
|
||||
"winaltkeys",
|
||||
"writebackup",
|
||||
#ifdef FEAT_XPM_W32
|
||||
"xpm",
|
||||
"xpm_w32", /* for backward compatibility */
|
||||
#else
|
||||
#endif
|
||||
#ifdef FEAT_XTERM_SAVE
|
||||
"xterm_save",
|
||||
#endif
|
||||
|
@ -202,7 +202,6 @@ static char *(features[]) = {
|
||||
#else // ifdef FEAT_XTERM_SAVE
|
||||
"-xterm_save",
|
||||
#endif // ifdef FEAT_XTERM_SAVE
|
||||
"-xpm",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user