change ale to use value of g:ale_shell regardless of what it is

This commit is contained in:
Holden
2019-01-02 19:05:51 -05:00
parent 8550fa6059
commit 5f613a5fd6
5 changed files with 36 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ Before:
augroup END
if !has('win32')
let g:ale_shell = '/bin/bash'
let &shell = '/bin/bash'
endif
call ale#test#SetDirectory('/testplugin/test')