Fix #2294 - Fix some syntax that broke LSP
This commit is contained in:
parent
7487ecb957
commit
89039187da
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ function! ale#lsp#HandleInitResponse(conn, response) abort
|
||||||
let a:conn.message_queue = []
|
let a:conn.message_queue = []
|
||||||
|
|
||||||
" Call capabilities callbacks queued for the project.
|
" 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()
|
call l:Callback()
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
|
Reference in a new issue