mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
Remove mzscheme
This commit is contained in:

committed by
Thiago de Arruda

parent
8074945788
commit
84b06b77bd
@@ -10375,10 +10375,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
|
||||
else if (STRICMP(name, "iconv") == 0)
|
||||
n = iconv_enabled(FALSE);
|
||||
#endif
|
||||
#ifdef DYNAMIC_MZSCHEME
|
||||
else if (STRICMP(name, "mzscheme") == 0)
|
||||
n = mzscheme_enabled(FALSE);
|
||||
#endif
|
||||
else if (STRICMP(name, "syntax_items") == 0)
|
||||
n = syntax_present(curwin);
|
||||
|
Reference in New Issue
Block a user