mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-24 04:51:29 +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 = []
|
||||
|
||||
" 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user