Fix #2294 - Fix some syntax that broke LSP

This commit is contained in:
w0rp 2019-02-15 08:32:01 +00:00
parent 7487ecb957
commit 89039187da
No known key found for this signature in database
GPG key ID: 0FC1ECAA8C81CD83

View file

@ -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