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/usr_10.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/usr_10.txt')
-rw-r--r-- | runtime/doc/usr_10.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/usr_10.txt b/runtime/doc/usr_10.txt index 4398c4d64f..c1f62f4494 100644 --- a/runtime/doc/usr_10.txt +++ b/runtime/doc/usr_10.txt @@ -747,7 +747,6 @@ check the values of these options: 'shellcmdflag' argument to pass a command to the shell 'shellquote' quote to be used around the command 'shellxquote' quote to be used around the command and redirection - 'shelltype' kind of shell (only for the Amiga) 'shellslash' use forward slashes in the command (only for MS-Windows and alikes) 'shellredir' string used to write the command output into a file |