-
Notifications
You must be signed in to change notification settings - Fork 21
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
Unknown Function: textobj#user#plugin #9
Comments
Have you installed Kana's textobj-user plugin? The rubyblock textobject depends on it. Also, you shouldn't have to install matchit manually, as it comes bundled with the Vim distribution. You just have to switch it on, by adding this line to your vimrc:
|
I somehow overlooked the dependency to textobj-user. After installing this plugin, rubyblock textobject is now working as advertised! Thanks for pointing me in the right direction! |
@nelstrom How exactly do I install textobj-user plugin? I add it to the .vim/bundle/vundle/plugin/textobj/ folder where also your rubyblock.vim plugin lives, but when I open a file with MacVim I get the message:
greetings, Anthony |
@acandael Have you installed Kana's textobj-user plugin? The rubyblock textobject depends on it. |
@acandael sorry, misread your question. I currently use vundle to manage my vim plugins. Here's the relevant section that installs textobj-user and textobj-rubyblock, among others. |
Hi Neil, thanks for your help, the keystrokes 'ir' and 'ar' are working now! greetings, |
Maybe make this more prominent in the documentation? I missed it too. |
After having intalled vim-textobj-rubyblock to
.vim/bundle
using Vundle I get the following error on opening Vim:I also copied matchit.vim to
.vim/macros
.As I am still relatively new to Vim, especially when it comes to interpreting error messages, I would be glad if you could tell me what went wrong here.
Stefan
The text was updated successfully, but these errors were encountered: