Remove mzscheme

This commit is contained in:
John Schmidt 2014-03-18 17:08:04 +01:00 committed by Thiago de Arruda
parent 8074945788
commit 84b06b77bd
8 changed files with 0 additions and 21 deletions

View File

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

View File

@ -89,7 +89,6 @@ char_u *get_expr_name(expand_T *xp, int idx);
int func_call(char_u *name, typval_T *args, dict_T *selfdict,
typval_T *rettv);
void dict_extend(dict_T *d1, dict_T *d2, char_u *action);
void mzscheme_call_vim(char_u *name, typval_T *args, typval_T *rettv);
float_T vim_round(float_T f);
long do_searchpair(char_u *spat, char_u *mpat, char_u *epat, int dir,
char_u *skip, int flags, pos_T *match_pos,

View File

@ -609,10 +609,6 @@ enum CMD_index
BANG|FILE1|TRLBAR),
EX(CMD_mode, "mode", ex_mode,
WORD1|TRLBAR|CMDWIN),
EX(CMD_mzscheme, "mzscheme", ex_mzscheme,
RANGE|EXTRA|DFLALL|NEEDARG|CMDWIN|SBOXOK),
EX(CMD_mzfile, "mzfile", ex_mzfile,
RANGE|FILE1|NEEDARG|CMDWIN),
EX(CMD_next, "next", ex_next,
RANGE|NOTADR|BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
EX(CMD_nbkey, "nbkey", ex_nbkey,

View File

@ -1995,7 +1995,6 @@ void *cookie; /*argument for fgetline() */
case CMD_let:
case CMD_lockmarks:
case CMD_match:
case CMD_mzscheme:
case CMD_psearch:
case CMD_return:
case CMD_rightbelow:

View File

@ -326,12 +326,6 @@ static char *(main_errors[]) =
/* Set the break level after the terminal is initialized. */
debug_break_level = params.use_debug_break_level;
#endif /* NO_VIM_MAIN */
/* vim_main2() needs to be produced when FEAT_MZSCHEME is defined even when
* NO_VIM_MAIN is defined. */
#ifndef NO_VIM_MAIN
/* Execute --cmd arguments. */
exe_pre_commands(&params);

View File

@ -1170,9 +1170,6 @@ static struct vimoption
{"mousetime", "mouset", P_NUM|P_VI_DEF,
(char_u *)&p_mouset, PV_NONE,
{(char_u *)500L, (char_u *)0L} SCRIPTID_INIT},
{"mzquantum", "mzq", P_NUM,
(char_u *)NULL, PV_NONE,
{(char_u *)100L, (char_u *)100L} SCRIPTID_INIT},
{"novice", NULL, P_BOOL|P_VI_DEF,
(char_u *)NULL, PV_NONE,
{(char_u *)FALSE, (char_u *)0L} SCRIPTID_INIT},

View File

@ -97,7 +97,6 @@ static int have_dollars(int, char_u **);
static int save_patterns(int num_pat, char_u **pat, int *num_file,
char_u ***file);
/*
* Write s[len] to the screen.
*/

View File

@ -134,7 +134,6 @@ static char *(features[]) = {
"+multi_byte",
"+multi_lang",
"-mzscheme",
"+path_extra",
"+persistent_undo",
"+postscript",