summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-25 19:53:17 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-25 19:53:17 +0100
commit4e7d5fd655ec21c70f0647b032603bb70fc628a3 (patch)
treef8d0060d62c7c9141e58665dbaf5ffda29b05423 /helm-grep.el
parentff090278ade18945fdde6d875d4f92c833f69726 (diff)
Highlight candidates with filters.
* helm-source.el: * helm-match-plugin.el: * helm-grep.el: * helm-mode.el:
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 55b5c42b..36739639 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -901,6 +901,7 @@ in recurse, search being made on `helm-zgrep-file-extension-regexp'."
(concat name "(C-c ? Help)"))
:candidates-process 'helm-grep-collect-candidates
:filter-one-by-one 'helm-grep-filter-one-by-one
+ :nohighlight t
:candidate-number-limit 9999
:mode-line helm-grep-mode-line-string
:history 'helm-grep-history