aboutsummaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorJoseph Anthony Pasquale Holsten <joseph@josephholsten.com>2014-09-27 00:59:54 +0000
committerJustin M. Keyes <justinkz@gmail.com>2014-10-06 16:25:53 -0400
commitae743f87661dba80d89f45a63b998af05ef89935 (patch)
tree63cec9ae21f6710be4810798f3d00cfe4838cd4d /runtime/optwin.vim
parent5e65e3eae079d4765124ce791ce79649444ca403 (diff)
downloadrneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.gz
rneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.bz2
rneovim-ae743f87661dba80d89f45a63b998af05ef89935.zip
Removes shelltype option and all revelant doc. #1249
Fixes #1240
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index fdb0cfc801..5468d7b15b 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1062,10 +1062,6 @@ call <SID>OptionG("udir", &udir)
call <SID>Header("executing external commands")
call append("$", "shell\tname of the shell program used for external commands")
call <SID>OptionG("sh", &sh)
-if has("amiga")
- call append("$", "shelltype\twhen to use the shell or directly execute a command")
- call append("$", " \tset st=" . &st)
-endif
call append("$", "shellquote\tcharacter(s) to enclose a shell command in")
call <SID>OptionG("shq", &shq)
call append("$", "shellxquote\tlike 'shellquote' but include the redirection")