Skip to content

Vundle error: Name collision  #978

@arisolt

Description

@arisolt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions