mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-02 01:23:30 +08:00
Fix #1298 - Escape commands for PowerShell
This commit is contained in:
@@ -35,4 +35,4 @@ Execute(cmd /c as a string should be used on Windows):
|
||||
let &shellcmdflag = 'whatever'
|
||||
let g:ale_has_override = {'win32': 1}
|
||||
|
||||
AssertEqual 'cmd /c foobar', ale#job#PrepareCommand('foobar')
|
||||
AssertEqual 'cmd /s/c "foobar"', ale#job#PrepareCommand('foobar')
|
||||
|
||||
Reference in New Issue
Block a user