We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02bef2 commit 1f6faffCopy full SHA for 1f6faff
1 file changed
runtime/doc/options.txt
@@ -7503,6 +7503,9 @@ A jump table for the options with a short description can be found at |Q_op|.
7503
Don't forget to precede the space with a backslash: ":set sp=\ ".
7504
In the future pipes may be used for filtering and this option will
7505
become obsolete (at least for Unix).
7506
+ Note: When using a pipe like "| tee", you'll lose the exit code of the
7507
+ shell command. This might be configurable by your shell, look for
7508
+ the pipefail option (for bash and zsh, use ":set -o pipefail").
7509
This option cannot be set from a |modeline| or in the |sandbox|, for
7510
security reasons.
7511
0 commit comments