emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 5a9af18 06/10: Do not extend the prompt highlig


From: Protesilaos Stavrou
Subject: [elpa] externals/vertico 5a9af18 06/10: Do not extend the prompt highlighting (See #7)
Date: Fri, 9 Apr 2021 10:48:29 -0400 (EDT)

branch: externals/vertico
commit 5a9af18d4c9eaa4aa3558b35ee473e1485f888b8
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Do not extend the prompt highlighting (See #7)
    
    Only the candidate highlighting is extended, cc @protesilaos.
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index e2c48d4..084d871 100644
--- a/vertico.el
+++ b/vertico.el
@@ -364,7 +364,7 @@
       (setcar lines (substring (car lines) 0 -1)))
     (apply #'concat
            (and (eobp) #(" " 0 1 (cursor t)))
-           (and lines (if (< vertico--index 0) #("\n" 0 1 (face 
vertico-current)) "\n"))
+           (and lines "\n")
            (nreverse lines))))
 
 (defun vertico--display-candidates (str)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]