Add a Batch stdin wrapper script

This commit is contained in:
w0rp
2016-12-13 09:50:42 +00:00
parent 70e379cc46
commit 76a03b0709
4 changed files with 23 additions and 85 deletions

View File

@@ -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