mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-25 18:11:09 +08:00
Fix Windows support for Unix shells and powershell (#860)
Excerpt from `:h shell-powershell`:
To use powershell (on Windows):
set shell=powershell shellquote=( shellpipe=\| shellxquote=
set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
set shellredir=\|\ Out-File\ -Encoding\ UTF8
This commit is contained in:
committed by
Junegunn Choi
parent
0b32d2d23e
commit
8a44109329
@@ -90,6 +90,7 @@ Execute (Print Interpreter Version):
|
||||
|
||||
Include: workflow.vader
|
||||
Include: regressions.vader
|
||||
Include: functional.vader
|
||||
|
||||
Execute (Cleanup):
|
||||
silent! call RmRf(g:temp_plugged)
|
||||
|
||||
Reference in New Issue
Block a user