nelstrom / vim-textobj-rubyblock

A custom text object for selecting ruby blocks.
http://www.vim.org/scripts/script.php?script_id=3382
331 stars 21 forks source link

make VAM automatically find dependencies #12

Closed MarcWeber closed 10 years ago

nelstrom commented 10 years ago

Sorry it took me so long to approve this! I just read an article on How to support all Vim plugin managers which prompted me to revisit your pull request.

Thanks.

MarcWeber commented 10 years ago

I've documented here why I think its wrong trying to support everything

You're welcome to join this wiki

We should all use and propagate one solutions serving all if this makes sesne. We really don't need 10 plugin managers. And GetLatest* is no longer up to date because it cannot checkout from github. Some people today only look there ..

Last: Thanks for merging :) Should not hurt your project much.

nelstrom commented 10 years ago

That URL is broken.

MarcWeber commented 10 years ago

sry, public link to same page: http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html

nelstrom commented 10 years ago

I know what you mean. It would be good if one plugin manager became a de facto standard, but for now it feels like the wild west.

I've just merged this PR which informs NeoBundle of the dependency on textobj-user. I also plan on supporting VimFlavor, since it forms part of the toolchain that I'm using for testing this plugin.