diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-08-07 07:51:03 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-08-07 07:51:03 +0800 |
commit | 8b4dc955b7384180c1ae0eab6050bbf4e17c7673 (patch) | |
tree | 32508d91df7b98baeae52288b8cf0aa08b40b80a /test/functional/helpers.lua | |
parent | c972efc9d113232b2688ea5c2adc8834a4eda195 (diff) | |
parent | 2753d61e4cb037323d78ed3fd978a10694c902c6 (diff) | |
download | rneovim-8b4dc955b7384180c1ae0eab6050bbf4e17c7673.tar.gz rneovim-8b4dc955b7384180c1ae0eab6050bbf4e17c7673.tar.bz2 rneovim-8b4dc955b7384180c1ae0eab6050bbf4e17c7673.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index f4b2a8dfdc..848f1ef477 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -367,7 +367,7 @@ end local function set_shell_powershell() source([[ set shell=powershell shellquote=\" shellpipe=\| shellredir=> - set shellcmdflag=\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command + set shellcmdflag=\ -NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command let &shellxquote=' ' ]]) end |