We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run PluginClean, it want's to delete Vundle.vim. Is this the expected behavior?
Here's the start of my .vimrc file:
set nocompatible filetype off set rtp+=$HOME/.vim/bundle/Vundle.vim call vundle#begin() " let Vundle manage Vundle " required!. Plugin 'gmarik/vundle'
The text was updated successfully, but these errors were encountered:
I note that you have 'gmarik/vundle' instead of this current repo. I can imagine some confusion there if you your names don't line up.
Sorry, something went wrong.
Good catch. Thanks. I must have copied that from another script.
I re-installed Vundle from scratch, making sure it's from this repo. PluginClean still asks to remove "Plugin 'Vundle'".
No branches or pull requests
When I run PluginClean, it want's to delete Vundle.vim. Is this the expected behavior?
Here's the start of my .vimrc file:
The text was updated successfully, but these errors were encountered: