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

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

[nongnu] elpa/evil-matchit 296c31f93d 073/244: Fix matching multiple arg


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 296c31f93d 073/244: Fix matching multiple arguments and varibles with underscores in do/end blocks.
Date: Thu, 6 Jan 2022 02:58:50 -0500 (EST)

branch: elpa/evil-matchit
commit 296c31f93d93cb0862d3e0a7877546a3b892ccb3
Author: Thomas Mayfield <Thomas.Mayfield@gmail.com>
Commit: Thomas Mayfield <Thomas.Mayfield@gmail.com>

    Fix matching multiple arguments and varibles with underscores in do/end 
blocks.
---
 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 46e7a1f323..8c24c81d78 100644
--- a/evil-matchit-ruby.el
+++ b/evil-matchit-ruby.el
@@ -33,7 +33,7 @@
 
 (defvar evilmi-ruby-extract-keyword-howtos
   '(("^[ \t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1)
-    ("^.* \\(do\\) |[a-z0-9A-Z,|]+|$" 1)
+    ("^.* \\(do\\) |[a-z0-9A-Z_, ]+|$" 1)
     ("^.* \\(do\\) *$" 1)
     ))
 



reply via email to

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