We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5277fc4 commit 89d2889Copy full SHA for 89d2889
autoload/lsp/internal/completion/documentation.vim
@@ -64,7 +64,7 @@ function! s:resolve_completion(event) abort
64
\ }})
65
\ )
66
else
67
- return lsp#callbag#of({})
+ return lsp#callbag#of(l:managed_user_data)
68
endif
69
endfunction
70
0 commit comments