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

PluginClean deletes Vundle #958

Open
lsiden opened this issue Apr 10, 2022 · 3 comments
Open

PluginClean deletes Vundle #958

lsiden opened this issue Apr 10, 2022 · 3 comments

Comments

@lsiden
Copy link

lsiden commented Apr 10, 2022

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'
@davidlowryduda
Copy link

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.

@lsiden
Copy link
Author

lsiden commented Apr 18, 2022

Good catch. Thanks. I must have copied that from another script.

@lsiden lsiden closed this as completed Apr 18, 2022
@lsiden
Copy link
Author

lsiden commented Apr 20, 2022

I re-installed Vundle from scratch, making sure it's from this repo. PluginClean still asks to remove "Plugin 'Vundle'".

@lsiden lsiden reopened this Apr 20, 2022
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

2 participants