emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-matchit 1027459d44 180/244: more torelant to ruby syn


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 1027459d44 180/244: more torelant to ruby syntax
Date: Thu, 6 Jan 2022 02:58:59 -0500 (EST)

branch: elpa/evil-matchit
commit 1027459d44ced4daed84247770ce9ae2b5fd1993
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    more torelant to ruby syntax
---
 evil-matchit-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-matchit-ruby.el b/evil-matchit-ruby.el
index ddecaeb691..b10fda0724 100644
--- a/evil-matchit-ruby.el
+++ b/evil-matchit-ruby.el
@@ -33,7 +33,7 @@
 
 (defvar evilmi-ruby-extract-keyword-howtos
   '(("^[ \t]*[^ \t=]+[ \t]*=[ \t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1)
-    ("^[ \t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1)
+    ("^[ \t]*\\([a-z]+\\)\\( .*\\|(\\| *\\)$" 1)
     ("^.* \\(do\\) |[a-z0-9A-Z_, *]+| *$" 1)
     ("^.* \\(do\\) *$" 1)
     ("^.* \\(begin\\) *$" 1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]