Fix #1816 - Fix a type error in the initialize message handler

This commit is contained in:
w0rp
2018-08-16 14:19:12 +01:00
parent 1a4456cf2a
commit 277313b58d
2 changed files with 9 additions and 1 deletions

View File

@@ -181,3 +181,10 @@ Execute(Disabled capabilities should be recognised correctly):
\ },
\ },
\ b:conn
Execute(Results that are not dictionaries should be handled correctly):
call ale#lsp#HandleOtherInitializeResponses(b:conn, {
\ 'jsonrpc': '2.0',
\ 'id': 1,
\ 'result': v:null,
\})