From 44dd9683906ea48d99a029bd0492c557b8d817be Mon Sep 17 00:00:00 2001 From: Le Wang Date: Sun, 4 Nov 2012 18:12:44 +0800 Subject: add some more anchors to helm-update-blacklist-regexps #147 --- helm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3