branch: externals/corfu commit f432cd15d951a5fa245d9dfa63d8cfd7812f7a2e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Add reference to bug#48356 in comment. --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index aa34d28..f4526a6 100644 --- a/corfu.el +++ b/corfu.el @@ -653,7 +653,7 @@ Set to nil in order to disable confirmation." ;; cursor, then the 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. (setq str (concat (substring str 0 corfu--base) (substring-no-properties (nth (max 0 corfu--index) corfu--candidates))))