summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-17 18:20:12 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-17 19:42:31 +0200
commit4be5c848ff8b78925abed2f4d33680acb1958503 (patch)
tree15f9104031610d511d3fb419474421f77f3acee9 /helm-regexp.el
parentfd1b0c87db299d9ae7b9b0d8dcb3144f71ed92c0 (diff)
Remove completely matchplugin slot.
* helm-buffers.el (helm-source-buffers): Do it. * helm-regexp.el (helm-source-regexp): Do it. * helm-source.el (helm-source): Do it. (helm-source-sync): Do it. (helm-source-async): Do it. (helm-source-in-buffer): Do it. (helm-source-dummy): Do it. (helm--setup-source): Do it. * helm.el (helm-update-source-p): Remove deprecated no-matchplugin.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 410b16de..6d06e921 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -139,7 +139,7 @@ i.e Don't replace inside a word, regexp is surrounded with \\bregexp\\b."
:persistent-action #'helm-regexp-persistent-action
:persistent-help "Show this line"
:multiline t
- :matchplugin nil
+ :multimatch nil
:requires-pattern 2
:mode-line "Press TAB to select action."
:action '(("Kill Regexp as sexp" . helm-kill-regexp-as-sexp)