Revert "Add a Batch stdin wrapper script"

This reverts commit 76a03b0709.
This commit is contained in:
w0rp
2017-02-09 00:28:32 +00:00
parent db835fa0a1
commit bf2075cd0c
4 changed files with 85 additions and 23 deletions

View File

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