mirror of
https://github.com/dense-analysis/ale
synced 2024-12-29 01:22:17 +00:00
Fix #2294 - Fix some syntax that broke LSP
This commit is contained in:
parent
7487ecb957
commit
89039187da
@ -259,7 +259,7 @@ function! ale#lsp#HandleInitResponse(conn, response) abort
|
||||
let a:conn.message_queue = []
|
||||
|
||||
" Call capabilities callbacks queued for the project.
|
||||
for [l:Callback] in a:conn.init_queue
|
||||
for l:Callback in a:conn.init_queue
|
||||
call l:Callback()
|
||||
endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user