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

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

[elpa] externals/ivy-hydra 43daeb1 029/395: counsel.el (counsel-git-grep


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 43daeb1 029/395: counsel.el (counsel-git-grep): Set :require-match to t in `ivy-read'
Date: Thu, 25 Feb 2021 08:31:24 -0500 (EST)

branch: externals/ivy-hydra
commit 43daeb1cd1edbcc00bdfae1d9ddb49b368ebe99f
Author: Hong Xu <hong@topbug.net>
Commit: Hong Xu <hong@topbug.net>

    counsel.el (counsel-git-grep): Set :require-match to t in `ivy-read'
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 875fdea..1faea89 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1505,6 +1505,7 @@ When CMD is non-nil, prompt for a specific \"git grep\" 
command."
                 :keymap counsel-git-grep-map
                 :action #'counsel-git-grep-action
                 :history 'counsel-git-grep-history
+                :require-match t
                 :caller 'counsel-git-grep))))
 
 (ivy-configure 'counsel-git-grep



reply via email to

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