Skip to content
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

Vundle ignores changed github user in bundle line #82

Closed
Valloric opened this issue Aug 29, 2011 · 2 comments
Closed

Vundle ignores changed github user in bundle line #82

Valloric opened this issue Aug 29, 2011 · 2 comments
Labels

Comments

@Valloric
Copy link

If I have, for instance, Bundle 'sjl/gundo.vim' in my vimrc and then change that line to point to my fork (so to Bundle 'Valloric/gundo.vim'), Vundle doesn't see anything new.

If I run :BundleInstall or :BundleClean, Vundle reports nothing new. This is all after restarting vim.

Vundle should detect that the repo url has changed, even if the folder to which the repo needs to be cloned to has not.

@gmarik
Copy link
Contributor

gmarik commented Aug 29, 2011

Hey Valloric
Yeah it's a known issue.
Since what Vundle does is just git pull it ignores upstream changes.

Workaround is 1) remove local repo and then 2) install new one.

Will be fixed on the way to version 1.0

@gmarik
Copy link
Contributor

gmarik commented Dec 18, 2011

closing this as it duplicates #48
thanks!

@gmarik gmarik closed this as completed Dec 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants