bronson / vim-update-bundles

Use Pathogen and Git to manage your Vim plugins.
91 stars 13 forks source link

Allow bundle directive as USER/REPO format #14

Closed christoomey closed 13 years ago

christoomey commented 13 years ago

This would allow for a simpler BUNDLE directive in vimrc, akin to how Vundle does this.

Complete urls will still work as intended, so this update should be transparent to existing users, but will allow them the option if they choose to use it.

bronson commented 13 years ago

Right on, been thinking about making change myself... Nice one, Vundle.