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