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

committed by
Thiago de Arruda

parent
f226a4c2cd
commit
8731d44996
@@ -10365,10 +10365,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
n = (starting != 0);
|
||||
else if (STRICMP(name, "multi_byte_encoding") == 0)
|
||||
n = has_mbyte;
|
||||
#ifdef DYNAMIC_TCL
|
||||
else if (STRICMP(name, "tcl") == 0)
|
||||
n = tcl_enabled(FALSE);
|
||||
#endif
|
||||
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
|
||||
else if (STRICMP(name, "iconv") == 0)
|
||||
n = iconv_enabled(FALSE);
|
||||
|
Reference in New Issue
Block a user