VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.93k stars 2.57k forks source link

Name collision error #596

Open ksalman opened 9 years ago

ksalman commented 9 years ago

I am trying to install this https://github.com/powerline/powerline plugin. When I do a search with BundleSearch powerline and hit i to install it. It just hangs at processing powerline. I then tried with adding it to my .vimrc

Bundle 'git://github.com/powerline/powerline.git'

In vim I hit i to install it after BundleList and it errors out with

Processing 'git://github.com/powerline/powerline.git'
Error detected while processing function vundle#installer#run..vundle#installer#install_and_require..vundle#config#bundle..<SNR>6_check_bundle_name:
line    2:
Vundle error: Name collision for Plugin git://github.com/powerline/powerline.git. Plugin git://github.com/powerline/powerline.git previously used the name "powerline". Skipping Plugin git://git
hub.com/powerline/powerline.git.
Error detected while processing function vundle#installer#run..vundle#installer#install_and_require..vundle#installer#helptags:
line    1:
E121: Undefined variable: rtpath
Press ENTER or type command to continue

This is the vimrc https://github.com/ksalman/dotfiles/blob/master/vimrc I am using

krupitskas commented 9 years ago

Same in ArchLinux.

Shougo commented 9 years ago

I think it is feature. You must uninstall previous version of powerline before that.

ksalman commented 9 years ago

I don't have any powerline installed though. On Thu, Jun 18, 2015 at 14:10 Shougo notifications@github.com wrote:

I think it is feature. You must uninstall previous version of powerline before that.

— Reply to this email directly or view it on GitHub https://github.com/gmarik/Vundle.vim/issues/596#issuecomment-113290780.

Shougo commented 9 years ago

OK. I think you have written "Bundle 'git://github.com/powerline/powerline.git'" twice. Or you have loaded .vimrc twice.

ksalman commented 9 years ago

This is my vimrc, and I don't have it there at all https://github.com/ksalman/dotfiles/blob/master/vimrc. I just tested it with this vimrc, added the Bundle line and fired up vim, tried to install it and it gives me that error.

iloginow commented 7 years ago

I have the same issue. Using ArchLinux.

twityhwan commented 7 years ago

I have the same issue. Using Ubuntu 16.04 LTS.