mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-23 10:11:17 +08:00
Cover the Rust LSP with tests, allow LSP linters to be named anything, and rename the Rust LSP linter to rls
This commit is contained in:
@@ -222,7 +222,7 @@ function! ale#lsp#HandleMessage(conn, message) abort
|
||||
|
||||
" Call all of the registered handlers with the response.
|
||||
for l:Callback in a:conn.callback_list
|
||||
call ale#util#GetFunction(l:Callback)(l:response)
|
||||
call ale#util#GetFunction(l:Callback)(a:conn.id, l:response)
|
||||
endfor
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user