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