aboutsummaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
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")