mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-20 01:52:58 +08:00
change ale to use value of g:ale_shell regardless of what it is
This commit is contained in:
@@ -4,7 +4,7 @@ Before:
|
||||
|
||||
After:
|
||||
Restore
|
||||
let g:ale_shell = &shell
|
||||
let g:ale_shell = v:null
|
||||
|
||||
Execute(sh should be used when the shell is fish):
|
||||
if !has('win32')
|
||||
|
||||
Reference in New Issue
Block a user