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

Vundle error: Name collision #978

Open
arisolt opened this issue Dec 15, 2024 · 0 comments
Open

Vundle error: Name collision #978

arisolt opened this issue Dec 15, 2024 · 0 comments

Comments

@arisolt
Copy link

arisolt commented Dec 15, 2024

Vim started using:
vim -u test_vimrc

Contents of test_vimrc:

set nocompatible 
filetype off
set rtp+=~/.vim/bundle/Vundle.vim

call vundle#begin()

Plugin 'bullets-vim/bullets.vim'

call vundle#end()  

Then executing :PluginList, followed by pressing i returns this error:

Processing 'bullets-vim/bullets.vim'
Error detected while processing function vundle#installer#run[8]..vundle#installer#install_and_require[2]..vundle#con
fig#bundle[2]..<SNR>4_check_bundle_name:
line    2:
Vundle error: Name collision for Plugin bullets-vim/bullets.vim. Plugin bullets-vim/bullets.vim previously used the n
ame "bullets.vim". Skipping Plugin bullets-vim/bullets.vim.
Error detected while processing function vundle#installer#run[8]..vundle#installer#install_and_require[3]..vundle#ins
taller#helptags:
line    1:
E121: Undefined variable: rtpath
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

1 participant