summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-23 12:10:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-23 12:10:29 +0200
commit6b375088f8770f5200c3c2c0a71c252989c0fbe3 (patch)
treeada7470eec9eec011c781dcd9c017f5c39c6a2e2 /helm-grep.el
parent1f1ed0a8261971193708b8cfb61a5cb3aa51d20d (diff)
Fix pcre translation to elisp for AG.
* helm-grep.el (helm-grep-ag-class): Add pcre slot. * helm-utils.el (helm-highlight-current-line): Use it. (helm--translate-pcre-to-elisp): Fix it.
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 ac5df974..64268011 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -1413,6 +1413,7 @@ if available with current AG version."
(defclass helm-grep-ag-class (helm-source-async)
((nohighlight :initform t)
+ (pcre :initform t)
(keymap :initform helm-grep-map)
(help-message :initform 'helm-grep-help-message)
(filter-one-by-one :initform 'helm-grep-filter-one-by-one)