Skip to content

Error on install from interactive mode #509

@sukima

Description

@sukima
Processing 'gmarik/github-search.vim'
Error detected while processing function vundle#installer#run..vundle#installer#install_and_require..vundle#config#bundle..<SNR>8_check_bundle_name:
line    2:
Vundle error: Name collision for Plugin gmarik/github-search.vim. Plugin gmarik/github-search.vim previously used the name "github-search.vim". Skippin
g Plugin gmarik/github-search.vim.
Error detected while processing function vundle#installer#run..vundle#installer#install_and_require..vundle#installer#helptags:
line    1:
E121: Undefined variable: rtpath

To Reproduce

In a clean user system (no .vimrc, .gvimrc, or .vim/):

  1. cd $HOME
  2. mkdir -p .vim/bundle
  3. cd .vim/bundle
  4. git clone [email protected]:gmarik/Vundle.vim.git
  5. cd $HOME
  6. Edit .vimrc with the minirc.vim (see below)
  7. Run vim and execute command: :PluginList
  8. Move cursor to the github-search.vim line
  9. Press the letter i

minirc.vim

set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'gmarik/github-search.vim'
call vundle#end()
filetype plugin indent on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions