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/option.c | |
parent | 807494578888d12ce55db67d73948bef208c2695 (diff) | |
download | rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.gz rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.tar.bz2 rneovim-84b06b77bdfd26aee3b803e7e851d8601b85d8d8.zip |
Remove mzscheme
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 0 insertions, 3 deletions
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}, |