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

:BundleClean removes vundle itself #52

Closed
skuroki opened this issue Jun 4, 2011 · 4 comments
Closed

:BundleClean removes vundle itself #52

skuroki opened this issue Jun 4, 2011 · 4 comments

Comments

@skuroki
Copy link

skuroki commented Jun 4, 2011

I installed vundle following README, such as:

$ git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

and wrote .vimrc, such as:

set nocompatible               " be iMproved
filetype off                   " required!

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Bundle 'rails.vim'
Bundle 'quickrun.vim'
Bundle 'Shougo/unite.vim'
Bundle 'Shougo/neocomplcache'

filetype plugin indent on     " required

when I executed :BundleClean, and answered y to the confirmation, vundle itself was removed, such as:

:!rm -rf '/home/s-kuroki/.vim/bundle/vundle'

I think vundle itself should not be removable by :BundleClean. or did I something in the wrong way?

@gmarik
Copy link
Contributor

gmarik commented Jun 4, 2011

Hey skuroki!
please add

 Bundle 'gmarik/vundle' 

to your vimrc.

I'll update the doc, to make that line required...

Let me know if that works for you!
Thanks for feedback!

@gmarik gmarik closed this as completed Jun 4, 2011
@skuroki
Copy link
Author

skuroki commented Jun 4, 2011

Oh..., I see. Thanks.

@BatmanAoD
Copy link

I still have this problem using the latest Vundle version, with the line `Bundle 'gmarik/Vundle.vim' present.

Output of BundleInstall (note that Vundle.vim is included):

bundleinstall

Output of BundleClean:

bundleclean

@BatmanAoD
Copy link

Oops, there was a case difference--I had vundle.vim instead of Vundle.vim in my .vimrc.

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

No branches or pull requests

3 participants