mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-24 09:18:42 +08:00
Fix #2294 - Fix some syntax that broke LSP
This commit is contained in:
@@ -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 New Issue
Block a user