summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
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)