branch: elpa/evil-matchit
commit acb89199d0a463098b03d2ccc13c88137f78c016
Author: Thomas Mayfield <thomas.mayfi...@gmail.com>
Commit: Thomas Mayfield <thomas.mayfi...@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