From ae743f87661dba80d89f45a63b998af05ef89935 Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Sat, 27 Sep 2014 00:59:54 +0000 Subject: Removes shelltype option and all revelant doc. #1249 Fixes #1240 --- src/nvim/option.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/nvim/option.c b/src/nvim/option.c index 2255ec26ff..ca868120a0 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -1390,9 +1390,6 @@ static struct vimoption {"shelltemp", "stmp", P_BOOL, (char_u *)&p_stmp, PV_NONE, {(char_u *)FALSE, (char_u *)TRUE} SCRIPTID_INIT}, - {"shelltype", "st", P_NUM|P_VI_DEF, - (char_u *)NULL, PV_NONE, - {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT}, {"shellxquote", "sxq", P_STRING|P_VI_DEF|P_SECURE, (char_u *)&p_sxq, PV_NONE, { -- cgit