mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove tcl
This commit is contained in:
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);
|
||||
|
@ -925,12 +925,6 @@ enum CMD_index
|
||||
TRLBAR),
|
||||
EX(CMD_tabs, "tabs", ex_tabs,
|
||||
TRLBAR|CMDWIN),
|
||||
EX(CMD_tcl, "tcl", ex_tcl,
|
||||
RANGE|EXTRA|NEEDARG|CMDWIN),
|
||||
EX(CMD_tcldo, "tcldo", ex_tcldo,
|
||||
RANGE|DFLALL|EXTRA|NEEDARG|CMDWIN),
|
||||
EX(CMD_tclfile, "tclfile", ex_tclfile,
|
||||
RANGE|FILE1|NEEDARG|CMDWIN),
|
||||
EX(CMD_tearoff, "tearoff", ex_tearoff,
|
||||
NEEDARG|EXTRA|TRLBAR|NOTRLCOM|CMDWIN),
|
||||
EX(CMD_tfirst, "tfirst", ex_tag,
|
||||
|
@ -2004,7 +2004,6 @@ void *cookie; /*argument for fgetline() */
|
||||
case CMD_substitute:
|
||||
case CMD_syntax:
|
||||
case CMD_tab:
|
||||
case CMD_tcl:
|
||||
case CMD_throw:
|
||||
case CMD_tilde:
|
||||
case CMD_topleft:
|
||||
|
@ -159,7 +159,6 @@ static char *(features[]) = {
|
||||
#else // ifdef FEAT_TAG_ANYWHITE
|
||||
"-tag_any_white",
|
||||
#endif // ifdef FEAT_TAG_ANYWHITE
|
||||
"-tcl",
|
||||
#if defined(UNIX) || defined(__EMX__)
|
||||
|
||||
// only Unix (or OS/2 with EMX!) can have terminfo instead of termcap
|
||||
|
Loading…
Reference in New Issue
Block a user