summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-24 14:57:29 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-24 14:57:29 +0100
commite4e6b533d3e5dfa5a4dd99dffd0a07d1192872ce (patch)
treeb08232818831741dd3b417b20475aff68a3874d6 /helm-dabbrev.el
parent2bc1eb81d33e89b86da1a82ece79b6c65cb8e02c (diff)
Fix dabbrev delimiter.
* helm-dabbrev.el (helm-dabbrev--regexp): Add @.
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 cc2917aa..dece1ef2 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)