We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd6aa commit 90987f3Copy full SHA for 90987f3
corfu.el
@@ -839,7 +839,7 @@ the last command must be listed in `corfu-continue-commands'."
839
(overlay-put corfu--preview-ov 'priority 1000)
840
(overlay-put corfu--preview-ov 'window (selected-window))
841
(overlay-put corfu--preview-ov (if (= beg end) 'after-string 'display)
842
- (nth corfu--index corfu--candidates))))
+ (substring-no-properties (nth corfu--index corfu--candidates)))))
843
844
(defun corfu--preview-delete ()
845
"Delete the preview overlay."
0 commit comments