branch: externals/vertico
commit 47016621198ff0d9c86b17ca8e160f50e5ea3f44
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Add reference to bug#48356 in comment.
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 05bb5d3..98f2f82 100644
--- a/vertico.el
+++ b/vertico.el
@@ -552,7 +552,7 @@
   ;; then the returned candidate only includes the prefix
   ;; "~/emacs/master/lisp/", but not the suffix "/calc". Default
   ;; completion has the same problem when selecting in the
-  ;; *Completions* buffer.
+  ;; *Completions* buffer. See bug#48356.
   (when-let (cand (and (>= vertico--index 0) (vertico--candidate)))
     (delete-minibuffer-contents)
     (insert cand)))

Reply via email to