diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-07 16:20:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 16:20:37 +0100 |
commit | 8c2cb81d7ecb05f5c399696798690e1861c3b96a (patch) | |
tree | fd73d608bc1bc0ab279d320ba0852ddf2b376dd1 /test/functional/helpers.lua | |
parent | 4fedad6c5b819fa91d4073c86d2d687e6c4d5ea4 (diff) | |
download | rneovim-8c2cb81d7ecb05f5c399696798690e1861c3b96a.tar.gz rneovim-8c2cb81d7ecb05f5c399696798690e1861c3b96a.tar.bz2 rneovim-8c2cb81d7ecb05f5c399696798690e1861c3b96a.zip |
test: set_shell_powershell(): update flags (#7819)
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index bff8d065f8..31a2c3b3ff 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -383,9 +383,8 @@ end local function set_shell_powershell() source([[ - set shell=powershell shellquote=\" shellpipe=\| shellredir=> - set shellcmdflag=\ -NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command - let &shellxquote=' ' + set shell=powershell shellquote=( shellpipe=\| shellredir=> shellxquote= + set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command ]]) end |