mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
Remove xpm
This commit is contained in:

committed by
Thiago de Arruda

parent
8731d44996
commit
866584542b
@@ -10339,11 +10339,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
"windows",
|
"windows",
|
||||||
"winaltkeys",
|
"winaltkeys",
|
||||||
"writebackup",
|
"writebackup",
|
||||||
#ifdef FEAT_XPM_W32
|
|
||||||
"xpm",
|
|
||||||
"xpm_w32", /* for backward compatibility */
|
|
||||||
#else
|
|
||||||
#endif
|
|
||||||
#ifdef FEAT_XTERM_SAVE
|
#ifdef FEAT_XTERM_SAVE
|
||||||
"xterm_save",
|
"xterm_save",
|
||||||
#endif
|
#endif
|
||||||
|
@@ -202,7 +202,6 @@ static char *(features[]) = {
|
|||||||
#else // ifdef FEAT_XTERM_SAVE
|
#else // ifdef FEAT_XTERM_SAVE
|
||||||
"-xterm_save",
|
"-xterm_save",
|
||||||
#endif // ifdef FEAT_XTERM_SAVE
|
#endif // ifdef FEAT_XTERM_SAVE
|
||||||
"-xpm",
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user