mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-07 07:32:01 +08:00
Add a Batch stdin wrapper script
This commit is contained in:
@@ -8,7 +8,7 @@ function! s:FindWrapperScript() abort
|
||||
|
||||
if filereadable(l:path)
|
||||
if has('win32')
|
||||
return l:path . '.exe'
|
||||
return l:path . '.bat'
|
||||
endif
|
||||
|
||||
return l:path
|
||||
|
||||
Reference in New Issue
Block a user