mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-17 01:03:12 +08:00
Get more tests to pass on Windows
This commit is contained in:
@@ -22,7 +22,7 @@ Before:
|
||||
call ale#linter#Define('testft', {
|
||||
\ 'name': 'testlinter',
|
||||
\ 'callback': 'TestCallback',
|
||||
\ 'executable': 'true',
|
||||
\ 'executable': has('win32') ? 'cmd' : 'true',
|
||||
\ 'command': 'true',
|
||||
\})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user