Fix #2295 - Respond to initialize with an initialized message

This commit is contained in:
w0rp
2019-02-15 08:54:53 +00:00
parent 89039187da
commit 0d10653a7c
10 changed files with 132 additions and 57 deletions

View File

@@ -15,6 +15,7 @@ Before:
let g:Callback = a:callback
return {
\ 'command': 'foobar',
\ 'connection_id': 347,
\ 'project_root': '/foo/bar',
\}