diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-10-10 04:16:02 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-10-10 01:16:02 -0700 |
commit | 51f2826f617532aaf5d682dfc3229f3723427ce6 (patch) | |
tree | 673eab4cfa259774aebfcf5e3d849baa639e2d0f /runtime | |
parent | f2ad93168b15dd808fff545cc8bec510cc020e0a (diff) | |
download | rneovim-51f2826f617532aaf5d682dfc3229f3723427ce6.tar.gz rneovim-51f2826f617532aaf5d682dfc3229f3723427ce6.tar.bz2 rneovim-51f2826f617532aaf5d682dfc3229f3723427ce6.zip |
doc: update shellquote for powershell #11122
shellquote is not treated like shellxquote for non-quote values.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 8518d989d6..971c4ffbd5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5169,7 +5169,7 @@ 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=\| shellxquote= + set shell=powershell shellquote= shellpipe=\| shellxquote= set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command set shellredir=\|\ Out-File\ -Encoding\ UTF8 |