summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-09 10:25:01 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-02-09 10:25:01 +0100
commitf8296127e60790a8b71007d08837dc34dc50821c (patch)
treed276a56361a8bed72f074e9e018114448c124ff7 /helm-dabbrev.el
parent07c8761545b12c06f6180a968827881aba56bfc4 (diff)
Add "," as delimter in 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 647d6ab6..5659de99 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -107,7 +107,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)