branch: externals/vertico
commit 39271b98486dc4adde8c5978d8fa6a227c7c17a5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Hide fringe line truncation indicators in the minibuffer
---
 CHANGELOG.org | 1 +
 vertico.el    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 6314d23ac2..fb679c390c 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -7,6 +7,7 @@
 - =vertico-multiform-mode=: Add context menu to change display mode. First 
enable
   =vertico-multiform-mode= and =context-menu-mode=. The menu will appear with a
   right click in the Vertico minibuffer.
+- Hide fringe line truncation indicators in the minibuffer.
 
 * Version 2.2 (2025-05-26)
 
diff --git a/vertico.el b/vertico.el
index cc9c2a9f42..57fb4fac50 100644
--- a/vertico.el
+++ b/vertico.el
@@ -612,6 +612,7 @@ the stack trace is shown in the *Messages* buffer."
               vertico--input t
               completion-auto-help nil
               completion-show-inline-help nil
+              fringe-indicator-alist '((continuation) (truncation))
               vertico--candidates-ov (make-overlay (point-max) (point-max) nil 
t t)
               vertico--count-ov (make-overlay (point-min) (point-min) nil t t))
   (overlay-put vertico--count-ov 'priority 1) ;; For 
`minibuffer-depth-indicate-mode'

Reply via email to