summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLe Wang <le.wang@agworld.com.au>2012-11-04 18:12:44 +0800
committerLe Wang <le.wang@agworld.com.au>2012-11-04 18:12:44 +0800
commit44dd9683906ea48d99a029bd0492c557b8d817be (patch)
tree0a6e4db36ae9b3cc834563e708cec794ece0a573
parenta08310847b5da32416ac9d15823b047a83d246f3 (diff)
add some more anchors to helm-update-blacklist-regexps
#147
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index e64f9bee..6ee4f65a 100644
--- a/helm.el
+++ b/helm.el
@@ -492,7 +492,7 @@ It is disabled by default because *Helm Log* grows quickly.")
(string-match helm-pattern candidate)))
"Default functions to match candidates according to `helm-pattern'.")
(defvar helm-process-delayed-sources-timer nil)
-(defvar helm-update-blacklist-regexps '("^" "$" "!" " "))
+(defvar helm-update-blacklist-regexps '("^" "$" "!" " " "\\b" "\\<" "\\<_"))
;; Utility: logging