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

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

[nongnu] elpa/evil-matchit acb89199d0 074/244: Fix matching chaining off


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit acb89199d0 074/244: Fix matching chaining off end blocks
Date: Thu, 6 Jan 2022 02:58:51 -0500 (EST)

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

    Fix matching chaining off end blocks
---
 evil-matchit-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-matchit-ruby.el b/evil-matchit-ruby.el
index 8c24c81d78..42a82fc4a8 100644
--- a/evil-matchit-ruby.el
+++ b/evil-matchit-ruby.el
@@ -35,6 +35,7 @@
   '(("^[ \t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1)
     ("^.* \\(do\\) |[a-z0-9A-Z_, ]+|$" 1)
     ("^.* \\(do\\) *$" 1)
+    ("^.* \\(end\\)\\..*$" 1)
     ))
 
 (defvar evilmi-ruby-match-tags



reply via email to

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