You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evil-matchit seems to not support ruby’s endless method. I confirmed that it fails with the following test case. Endless methods are a new feature in Ruby 3.0 that allows developers to write more concise and expressive code.
Problem Description:
evil-matchit seems to not support ruby’s endless method. I confirmed that it fails with the following test case.
Endless methods are a new feature in Ruby 3.0 that allows developers to write more concise and expressive code.
Expected behavior:
The expected behavior is to jump between the definition line and the end of the endless method.
Actual behavior:
Pressing key % does not jump to the correct corresponding method or block.
Environment
Emacs Version: GNU Emacs 29.1 (build 2, aarch64-apple-darwin21.6.0)
Terminal Emacs
Evil-Matchit Version: 3.0.2
Evil Version: 1.15.0
Ruby: 3.1.2
The text was updated successfully, but these errors were encountered: