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
matchit.vim is included in the default Vim distro, but it's not enabled. Rubyblock depends on matchit.vim being enabled.
Also, matchit.vim is now able to jump between ruby keywords. Presumably, this wasn't the case when ruby-matchit was authored, but now that matchit.vim supports this functionality, I see no reason to use ruby matchit.
Huh. I have vim 7.3.692 but your vim plugin required the ruby-matchit to work. vir was only selecting the end statement, not the whole block, without ruby-matchit. I take it that was a bug and I should file that separately?
If matchit.vim is not enabled, then rubyblock will fail.
Remove this dependency.
The text was updated successfully, but these errors were encountered: