diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index f43ecc8..423cc64 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -170,7 +170,7 @@ (defun ghc-completion-start-point () (save-excursion (let ((beg (save-excursion (beginning-of-line) (point)))) - (if (re-search-backward "[ (,`]" beg t) + (if (re-search-backward "[ (.,`]" beg t) (1+ (point)) beg))))