diff options
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ce0e01265b..6fcead0894 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5159,8 +5159,9 @@ A jump table for the options with a short description can be found at |Q_op|. unescaping, so to keep yourself sane use |:let-&| like shown above. *shell-powershell* To use powershell (on Windows): > - set shell=powershell shellquote=( shellpipe=\| shellredir=> shellxquote= + set shell=powershell shellquote=( shellpipe=\| shellxquote= set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command + set shellredir=\|\ Out-File\ -Encoding\ UTF8 < This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. |