diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-18 17:08:04 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
commit | 84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (patch) | |
tree | f009fcfcdea78bb7df7aee336c5f9642cc65a3a7 /src | |
parent | 807494578888d12ce55db67d73948bef208c2695 (diff) | |
download | rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.gz rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.bz2 rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.zip |
Remove mzscheme
Diffstat (limited to 'src')
-rw-r--r-- | src/eval.c | 4 | ||||
-rw-r--r-- | src/eval.h | 1 | ||||
-rw-r--r-- | src/ex_cmds_defs.h | 4 | ||||
-rw-r--r-- | src/ex_docmd.c | 1 | ||||
-rw-r--r-- | src/main.c | 6 | ||||
-rw-r--r-- | src/option.c | 3 | ||||
-rw-r--r-- | src/os_unix.c | 1 | ||||
-rw-r--r-- | src/version.c | 1 |
8 files changed, 0 insertions, 21 deletions
diff --git a/src/eval.c b/src/eval.c index 4f96ea3794..8c4159fa10 100644 --- a/src/eval.c +++ b/src/eval.c @@ -10376,10 +10376,6 @@ static void f_has(typval_T *argvars, typval_T *rettv) 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); } diff --git a/src/eval.h b/src/eval.h index efb9c50cb8..9ad3185791 100644 --- a/src/eval.h +++ b/src/eval.h @@ -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, diff --git a/src/ex_cmds_defs.h b/src/ex_cmds_defs.h index a9f19b2e24..22bee5a98b 100644 --- a/src/ex_cmds_defs.h +++ b/src/ex_cmds_defs.h @@ -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, diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 5f57a11f70..71526f8348 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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: diff --git a/src/main.c b/src/main.c index 7ef7b48d2f..0f541557a6 100644 --- a/src/main.c +++ b/src/main.c @@ -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(¶ms); diff --git a/src/option.c b/src/option.c index dc3191d0b1..dd66d5e4a3 100644 --- a/src/option.c +++ b/src/option.c @@ -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}, diff --git a/src/os_unix.c b/src/os_unix.c index b4b1f8afc7..3f95f7bdc8 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -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. */ diff --git a/src/version.c b/src/version.c index 595b5f87a2..e48b975f39 100644 --- a/src/version.c +++ b/src/version.c @@ -134,7 +134,6 @@ static char *(features[]) = { "+multi_byte", "+multi_lang", - "-mzscheme", "+path_extra", "+persistent_undo", "+postscript", |