Skip to content

Commit a0b7b11

Browse files
committed
in case company flickers
1 parent 88862c9 commit a0b7b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-completion.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,8 @@ Returns resolved completion item details."
624624
result (when-let ((items
625625
(or (and done? (cl-second lsp-completion--cache))
626626
(and lsp-completion-filter-on-incomplete
627-
(lsp-completion--to-internal items)))))
627+
(lsp-completion--to-internal items))
628+
items)))
628629
(-map
629630
(lambda (item)
630631
(lsp-completion--make-item item :markers markers :prefix prefix))

0 commit comments

Comments
 (0)