branch: externals/marginalia
commit 955981951ac0e873a5a5538c69e6ba2de9dbee03
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Add link to upstream bug
---
 marginalia.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index d4a676f..9b72c7a 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -651,7 +651,8 @@ The string is transformed according to 
`marginalia-bookmark-type-transformers'."
                (after (substring contents pt))
                ;; BUG: `completion-boundaries` fails for `partial-completion`
                ;; if the cursor is moved between the slashes of "~//".
-               ;; See also vertico.el.
+               ;; See also vertico.el which has the same issue.
+               ;; Upstream bug: 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47678
                (bounds (or (condition-case nil
                                (completion-boundaries before
                                                       
minibuffer-completion-table

Reply via email to