-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
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/
):
cd $HOME
mkdir -p .vim/bundle
cd .vim/bundle
git clone [email protected]:gmarik/Vundle.vim.git
cd $HOME
- Edit
.vimrc
with the minirc.vim (see below) - Run vim and execute command:
:PluginList
- Move cursor to the
github-search.vim
line - 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
freb
Metadata
Metadata
Assignees
Labels
No labels