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

    vertico-group-format: Avoid truncation
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index b170752eb0..7946eb9667 100644
--- a/vertico.el
+++ b/vertico.el
@@ -56,7 +56,7 @@
 (defcustom vertico-group-format
   (concat #("    " 0 4 (face vertico-group-separator))
           #(" %s " 0 4 (face vertico-group-title))
-          #(" " 0 1 (face vertico-group-separator display (space :align-to 
right))))
+          #(" " 0 1 (face vertico-group-separator display (space :align-to (- 
right 1)))))
   "Format string used for the group title."
   :type '(choice (const :tag "No group titles" nil) string))
 

Reply via email to