]> Sergey Matveev's repositories - vim-lsp.git/commit
omnifunc documentation popup not throw error
authorGirish Palya <girishji@gmail.com>
Thu, 10 Aug 2023 17:26:34 +0000 (19:26 +0200)
committerGirish Palya <girishji@gmail.com>
Thu, 10 Aug 2023 17:26:34 +0000 (19:26 +0200)
commit5aa46599e923dd101e7cb8da07e39f2ff46498ce
treef18c99b5e51bff194f1534a274e0a09e73765f51
parentc5bcc14b14e57ad9f710da87640888894ff23e76
omnifunc documentation popup not throw error
When using Omni completion with other sources of completion items
that do not have 'user_data' dictionary, documentation popup should
not throw error.

I am using my own completion plugin with g:LspOmniFunc and I need
LSP to grab lazy-doc from lsp server. But it should not throw
error when user_data does not contain dictionary.

M  autoload/lsp/completion.vim
autoload/lsp/completion.vim