summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-01 15:29:55 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-01 15:29:55 +0200
commit76d2581b80c67f3106fb5085c68fd59415e0313e (patch)
treeb5aee56ce1d2d64303bd9b04f3acfd0c33c3ca3f /helm.el
parent645784aa268b509e0c8c42847611024ab8bfd171 (diff)
Blacklist some more regexps (#1802)
* helm.el (helm-update-blacklist-regexps): Do it.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index b7c1a9a9..85b963ff 100644
--- a/helm.el
+++ b/helm.el
@@ -1248,7 +1248,8 @@ to modify it.")
(defvar helm-alive-p nil)
(defvar helm-visible-mark-overlays nil)
(defvar helm-update-blacklist-regexps '("^" "^ *" "$" "!" " " "\\b"
- "\\<" "\\>" "\\_<" "\\_>" ".*" "??"))
+ "\\<" "\\>" "\\_<" "\\_>" ".*"
+ "??" "?*" "*?" "?"))
(defvar helm--force-updating-p nil
"[INTERNAL] Don't use this in your programs.")
(defvar helm-exit-status 0