preservim / vim-textobj-quote

Use ‘curly’ quote characters in Vim
Other
123 stars 6 forks source link

"Error detected while processing function textobj#quote#init" #7

Closed maxigaz closed 8 years ago

maxigaz commented 8 years ago

Under Manjaro Linux, I have installed your package through vundle, pasted the configuration into my .vimrc, and I have the following error message every time I launch vim:

Error detected while processing function textobj#quote#init:
line    16:
E117: Unknown function: textobj#user#plugin
reedes commented 8 years ago

Have you installed the dependency https://github.com/kana/vim-textobj-user ?

maxigaz commented 8 years ago

Oh… right. I missed that part somehow in the readme. I'm sorry.

If I may have a small suggestion, I think it might be a good idea to include that part about the dependency in the Requirements section rather than in Installation.