From 09774caba6f905955fab43ae3a2f9bb77f0f9e39 Mon Sep 17 00:00:00 2001 From: Dayvid <115833146+D4yvid@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:06:35 -0300 Subject: [PATCH] Update handlers.vim --- autoload/lsp/handlers.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 != '' -- 2.48.1