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

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

[elpa] master 3c20b2c 126/348: counsel.el (counsel-git-grep): Fix prompt


From: Oleh Krehel
Subject: [elpa] master 3c20b2c 126/348: counsel.el (counsel-git-grep): Fix prompt
Date: Sat, 8 Apr 2017 11:03:41 -0400 (EDT)

branch: master
commit 3c20b2c340cf425df6b563d5ec61607d171317e7
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-git-grep): Fix prompt
---
 counsel.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index b42550e..e65fd91 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1020,9 +1020,9 @@ INITIAL-INPUT can be given as the initial minibuffer 
input."
         (error "Not in a git repository")
       (unless proj
         (setq counsel--git-grep-count (counsel--gg-count "" t)))
-      (ivy-read "git grep: " (if proj
-                                 'counsel-git-grep-proj-function
-                               'counsel-git-grep-function)
+      (ivy-read "git grep" (if proj
+                               'counsel-git-grep-proj-function
+                             'counsel-git-grep-function)
                 :initial-input initial-input
                 :matcher #'counsel-git-grep-matcher
                 :dynamic-collection (or proj (> counsel--git-grep-count 20000))



reply via email to

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