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

    Add link to bug
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index d03c9a20e9..80e1902915 100644
--- a/vertico.el
+++ b/vertico.el
@@ -323,7 +323,7 @@ The function is configured by BY, BSIZE, BINDEX, BPRED and 
PRED."
                            (completion-boundaries before table pred after)
                          (t (cons 0 (length after)))))
                (field (substring content (car bounds) (+ pt (cdr bounds))))
-               ;; `minibuffer-completing-file-name' has been obsoleted by the 
completion category
+               ;; bug#75910: category instead of 
`minibuffer-completing-file-name'
                (completing-file (eq 'file (vertico--metadata-get 'category)))
                (`(,all . ,hl) (vertico--filter-completions content table pred 
pt vertico--metadata))
                (base (or (when-let ((z (last all))) (prog1 (cdr z) (setcdr z 
nil))) 0))

Reply via email to