branch: master
commit 67142aa81f4f829aa56c059aee8e872c26f64f6a
Author: Dror Levin <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Add trailing space to counsel-imenu ivy prompt
    
    Fixes #1245
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 1f6c6a6..b65cdf0 100644
--- a/counsel.el
+++ b/counsel.el
@@ -3018,7 +3018,7 @@ PREFIX is used to create the key."
                                      imenu-auto-rescan-maxout))
          (items (imenu--make-index-alist t))
          (items (delete (assoc "*Rescan*" items) items)))
-    (ivy-read "imenu items:" (counsel-imenu-get-candidates-from items)
+    (ivy-read "imenu items: " (counsel-imenu-get-candidates-from items)
               :preselect (thing-at-point 'symbol)
               :require-match t
               :action (lambda (candidate)

Reply via email to