aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-08 12:54:31 -0400
committerGitHub <noreply@github.com>2021-05-08 12:54:31 -0400
commitf8173df4d7ecec239629921736340d3f4d1dcfd4 (patch)
tree530156b34c603f3ba19abc0ee5a52a17e1ab3e33 /runtime/doc/options.txt
parentcd5fde6e6c3471479da831a220dec5a88e311e3e (diff)
parentec04d371882a55c370700dd73e1419cbc130c942 (diff)
downloadrneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.tar.gz
rneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.tar.bz2
rneovim-f8173df4d7ecec239629921736340d3f4d1dcfd4.zip
Merge pull request #14517 from janlazo/vim-8.2.2838
vim-patch:8.2.{2838,2839}
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 269080e750..2527a91cc8 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5267,9 +5267,9 @@ A jump table for the options with a short description can be found at |Q_op|.
in a file and echoed to the screen. If the 'shell' option is "csh" or
"tcsh" after initializations, the default becomes "|& tee". If the
'shell' option is "sh", "ksh", "mksh", "pdksh", "zsh", "zsh-beta",
- "bash" or "fish" the default becomes "2>&1| tee". This means that
- stderr is also included. Before using the 'shell' option a path is
- removed, thus "/bin/sh" uses "sh".
+ "bash", "fish", "ash" or "dash" the default becomes "2>&1| tee". This
+ means that stderr is also included. Before using the 'shell' option a
+ path is removed, thus "/bin/sh" uses "sh".
The initialization of this option is done after reading the vimrc
and the other initializations, so that when the 'shell' option is set
there, the 'shellpipe' option changes automatically, unless it was