mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-18 09:05:14 +08:00
change ale to use value of g:ale_shell regardless of what it is
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user