mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 00:54:49 +00:00
test/helpers: disable powershell logo/banner message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user