branch: externals/ebdb
commit 75de073fb3427e873e264538bf60c095b6a07280
Author: tumashu <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Let ebdb-complete can grab string which similar "guix-devel" (#46)
---
 ebdb-complete.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-complete.el b/ebdb-complete.el
index e12ac04..a892ddd 100644
--- a/ebdb-complete.el
+++ b/ebdb-complete.el
@@ -115,7 +115,7 @@ Before quit, this command will do some clean jobs."
   (buffer-substring
    (point)
    (save-excursion
-     (skip-syntax-backward "w")
+     (skip-syntax-backward "w_")
      (point))))
 
 (defun ebdb-complete ()

Reply via email to