]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
fix: adding icase=1
authorshane.xb.qian <shane.qian@foxmail.com>
Mon, 20 Mar 2023 06:45:30 +0000 (14:45 +0800)
committershane.xb.qian <shane.qian@foxmail.com>
Wed, 22 Mar 2023 06:56:07 +0000 (14:56 +0800)
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
autoload/lsp/completion.vim

index f58bcd81a63f266e216dfe5c85e099343c817d3d..dffb2706baf3fc27a322113fe4c3ae8a87dd5c90 100644 (file)
@@ -135,6 +135,7 @@ export def CompletionReply(lspserver: dict<any>, cItems: any)
     endif
 
     d.abbr = item.label
+    d.icase = 1
     d.dup = 1
 
     if item->has_key('kind')