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:
Jan Edmund Lazo
2019-08-16 04:55:17 -04:00
committed by Junegunn Choi
parent 0b32d2d23e
commit 8a44109329
3 changed files with 87 additions and 39 deletions

View File

@@ -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)