aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-08-06 15:25:17 +0300
committerZyX <kp-pav@yandex.ru>2017-08-06 15:25:17 +0300
commit474aa823dc5680b06dc84cd2ae248e58b6e83359 (patch)
tree1714a0878caecff1f3d9d69228c888728c824d15 /test/functional/helpers.lua
parent36acfce4eac9dd131a39c4dbdff2836ab3e21d73 (diff)
parent5bec94652c9dd1d8cab260c4dd10e44d3f38f3cd (diff)
downloadrneovim-474aa823dc5680b06dc84cd2ae248e58b6e83359.tar.gz
rneovim-474aa823dc5680b06dc84cd2ae248e58b6e83359.tar.bz2
rneovim-474aa823dc5680b06dc84cd2ae248e58b6e83359.zip
Merge branch 'master' into colored-cmdline
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
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