From: Dayvid <115833146+D4yvid@users.noreply.github.com> Date: Wed, 26 Oct 2022 20:06:35 +0000 (-0300) Subject: Update handlers.vim X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=09774caba6f905955fab43ae3a2f9bb77f0f9e39;p=vim-lsp.git Update handlers.vim --- diff --git a/autoload/lsp/handlers.vim b/autoload/lsp/handlers.vim index 3215276..4da87f5 100644 --- a/autoload/lsp/handlers.vim +++ b/autoload/lsp/handlers.vim @@ -127,9 +127,7 @@ def ProcessCompletionReply(lspserver: dict, req: dict, reply: dictsplit("\n")[0] endif if item->has_key('documentation') if item.documentation->type() == v:t_string && item.documentation != ''