summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-19 04:51:03 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-19 04:51:03 +0200
commitbd7abcd8bc8203b959c766193b20f335e3484fd4 (patch)
tree6645737686d2b31e8301e896d98fa197b9e12441 /helm-dabbrev.el
parent657ca4d6c32e391bd37a237ac1a08881ff8aaa6a (diff)
Add "#+" to helm-dabbrev--regexp
* helm-dabbrev.el (helm-dabbrev--regexp): Do it.
Diffstat (limited to 'helm-dabbrev.el')
-rw-r--r--helm-dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index 89f72adc..8057e0e8 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -113,7 +113,7 @@ but the initial search for all candidates in buffer(s)."
(defvar helm-dabbrev--exclude-current-buffer-flag nil)
(defvar helm-dabbrev--cache nil)
(defvar helm-dabbrev--data nil)
-(defvar helm-dabbrev--regexp "\\s-\\|\t\\|[(\[\{\"'`=<$;,@.]\\|\\s\\\\|^")
+(defvar helm-dabbrev--regexp "\\s-\\|\t\\|[(\[\{\"'`=<$;,@.#+]\\|\\s\\\\|^")
(cl-defstruct helm-dabbrev-info dabbrev limits iterator)