diff options
author | Joseph Anthony Pasquale Holsten <joseph@josephholsten.com> | 2014-09-27 00:59:54 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-10-06 16:25:53 -0400 |
commit | ae743f87661dba80d89f45a63b998af05ef89935 (patch) | |
tree | 63cec9ae21f6710be4810798f3d00cfe4838cd4d /runtime/doc/options.txt | |
parent | 5e65e3eae079d4765124ce791ce79649444ca403 (diff) | |
download | rneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.gz rneovim-ae743f87661dba80d89f45a63b998af05ef89935.tar.bz2 rneovim-ae743f87661dba80d89f45a63b998af05ef89935.zip |
Removes shelltype option and all revelant doc. #1249
Fixes #1240
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 293d113c1f..4782d93825 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6025,7 +6025,7 @@ A jump table for the options with a short description can be found at |Q_op|. "cmd.exe", OS/2: "cmd") global Name of the shell to use for ! and :! commands. When changing the - value also check these options: 'shelltype', 'shellpipe', 'shellslash' + value also check these options: 'shellpipe', 'shellslash' 'shellredir', 'shellquote', 'shellxquote' and 'shellcmdflag'. It is allowed to give an argument to the command, e.g. "csh -f". See |option-backslash| about including spaces and backslashes. @@ -6179,20 +6179,6 @@ A jump table for the options with a short description can be found at |Q_op|. |FilterWritePost| autocommands event are not triggered when 'shelltemp' is off. - *'shelltype'* *'st'* -'shelltype' 'st' number (default 0) - global - {not in Vi} {only for the Amiga} - On the Amiga this option influences the way how the commands work - which use a shell. - 0 and 1: always use the shell - 2 and 3: use the shell only to filter lines - 4 and 5: use shell only for ':sh' command - When not using the shell, the command is executed directly. - - 0 and 2: use "shell 'shellcmdflag' cmd" to start external commands - 1 and 3: use "shell cmd" to start external commands - *'shellxescape'* *'sxe'* 'shellxescape' 'sxe' string (default: ""; for MS-DOS and MS-Windows: "\"&|<>()@^") |