Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rubyblock depends on matchit.vim #6

Open
nelstrom opened this issue Dec 28, 2010 · 3 comments
Open

rubyblock depends on matchit.vim #6

nelstrom opened this issue Dec 28, 2010 · 3 comments

Comments

@nelstrom
Copy link
Owner

If matchit.vim is not enabled, then rubyblock will fail.

Remove this dependency.

@docwhat
Copy link

docwhat commented Oct 20, 2012

Don't you mean it depends on ruby matchit? Since matchit is included in vim since version 6.0...

@nelstrom
Copy link
Owner Author

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.

@docwhat
Copy link

docwhat commented Oct 22, 2012

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants