Remove tcl

This commit is contained in:
John Schmidt 2014-03-18 17:18:00 +01:00 committed by Thiago de Arruda
parent f226a4c2cd
commit 8731d44996
4 changed files with 0 additions and 12 deletions

View File

@ -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);

View File

@ -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,

View File

@ -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:

View File

@ -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