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

Error when Vundle is loading from multiple sources. #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

annagrram
Copy link
Contributor

It's quite common to see issues related to Vundle accidentally loading
from several sources.
Try to mitigate this issue by echoing an error.

@jdevera
Copy link
Contributor

jdevera commented Mar 21, 2015

Thanks for the PR. However I think most problems with the duplicate install don't come because #rc or #begin is being called several times, but rather because people have one bundle/vundle, which they add to rtp manually, and then they do Plugin 'gmarik/Vundle.vim' which will install the second version that keeps updated.

Now, since everything in vundle is loaded on demand, they end up running bits from the updated vundle and bits from the one that is stagnant.

Which is why we also get the collections of "OMG Vundle tries to delete iself" issues :)

So, which error case is this one covering?

@annagrram
Copy link
Contributor Author

Thanks for the comment.
You are right, I aimed for the first reason.
Fixed it to include the second, but both of them need to have this commit for it to work.

It's quite common to see issues related to Vundle accidentally loading
from several sources.
Try to mitigate this issue by echoing an error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants