mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-20 18:14:33 +08:00
change ale to use value of g:ale_shell regardless of what it is
This commit is contained in:
@@ -31,6 +31,6 @@ Execute(Command formatting should be applied correctly for LSP linters):
|
||||
\ g:args
|
||||
else
|
||||
AssertEqual
|
||||
\ ['true', [g:ale_shell, '-c', '''true'' --foo']],
|
||||
\ ['true', [&shell, '-c', '''true'' --foo']],
|
||||
\ g:args
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user