VundleVim/Vundle.vim

Install/update ignores changed remotes

dag opened this issue · 7 comments

dag commented

If I fork a bundle and change my configuration to use my fork, neither :BundleInstall or :BundleInstall! will pick it up - I would guess Vundle is just doing git pull without bothering about remotes.

The workaround of course is to delete the existing clone (or manually change the remotes) but it would be better if Vundle handled it for us.

+1 on this.
Changing remotes sounds like a cleanest solution...

Hey @dag.
pushed v branch which addresses this issue.
If you could find some time to test it would be awesome!
Thanks!

$ cd vundle && git pull && git checkout -b v origin/v

+1 to this, run into it all the time.

I run into this all the time as well. Any chance of this getting fixed any time soon?

🆙 Any news?

related to #367

Fixed in f5a208b