rbonvall / vim-textobj-latex

Vim text objects for LaTeX code
http://www.vim.org/scripts/script.php?script_id=4506
36 stars 8 forks source link

Fixed name for dependency "textobj-user" #1

Closed glts closed 11 years ago

glts commented 11 years ago

Hi,

I fixed the name of the "textobj-user" dependency in addon-info.json.

For VAM, the plugin names at vim.org are canonical and there the plugin is called "textobj-user". This is in fact the official name: try :h textobj-user. The "vim-" is just a prefix people on Github use to mark their Vim plugin repos.

For consistency you may want to change this line in the same fashion, but that's up to you:

"name" : "vim-textobj-latex"
rbonvall commented 11 years ago

Hi @glts, thanks for the information. Are you a VAM user? Can you tell if my plugin works fine with VAM, either with your patch or without it?

glts commented 11 years ago

For VAM, you definitely need my patch. Without it VAM doesn't find the textobj-user dependency and the dependency install fails.

I'm not a VAM user, but your plugin inspired me to add proper support for Getscript, VAM, and vim-flavor to my own textobj-indblock plugin. I tested all three plugin managers and can confirm that the configuration you see in textobj-indblock works properly for all of them.

rbonvall commented 11 years ago

Thanks for the information.