summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-30 20:22:11 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-30 20:22:11 +0200
commit59aefd5f05ba6d881c6ac4652a94f21b4981168c (patch)
treeff7aeba9007af132c2669bf510c891bf435cf6e5 /helm-grep.el
parentf536bbc71ab44e5744233702a89f9f68a6a1517e (diff)
Use must-match in ag types and use types for ag hff action.
* helm-files.el (helm-find-files-ag): * helm-grep.el (helm-do-grep-ag):
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 5c98b1b8..95325344 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -1370,7 +1370,8 @@ You have also to enable this in global \".gitconfig\" with
(require 'helm-files)
(helm-grep-ag-1 default-directory
(and arg (helm-comp-read
- "Ag type: " (helm-grep-ag-get-types)))))
+ "Ag type: " (helm-grep-ag-get-types)
+ :must-match t))))
;;;###autoload
(defun helm-grep-do-git-grep (arg)