-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install/update ignores changed remotes #48
Comments
+1 on this. |
ghost
assigned gmarik
Dec 20, 2011
+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 |
jdevera
added a commit
that referenced
this issue
Apr 15, 2014
jdevera
added a commit
that referenced
this issue
Apr 15, 2014
Fixed in f5a208b |
homu
added a commit
to ycm-core/YouCompleteMe
that referenced
this issue
Nov 21, 2015
Update README URLs based on HTTP redirects Created with https://github.com/dkhamsing/frankenstein ### GitHub Corrected URLs Was | Now --- | --- http://mxcl.github.com/homebrew/ | http://mxcl.github.io/homebrew/ VundleVim/Vundle.vim#48 | VundleVim/Vundle.vim#48 https://github.com/nosami/OmniSharpServer | https://github.com/OmniSharp/omnisharp-server ### Other Corrected URLs Was | Now --- | --- http://en.wikipedia.org/wiki/Subsequence | https://en.wikipedia.org/wiki/Subsequence http://www.cmake.org/cmake/resources/software.html | https://cmake.org/download/ <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1786) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: