VundleVim / Vundle.vim

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

E684: list index out of range: 0 #854

Open tangbao opened 6 years ago

tangbao commented 6 years ago

I installed Vundle following the guide. When I run :PluginInstall, errors occur:

E684: list index out of range: 0
E116: Invalid arguments for function vundle#installer#run
Press ENTER or type command to continue

Here is my .vimrc:

set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

I am using vim 7.16.1689, Ubuntu 16.04. Actually the ubuntu runs under chroot, on a Chromebook.

Hope to solve this, thank you.

Ya-fan commented 6 years ago

Hello, have you solved this problem yet?

tangbao commented 6 years ago

Sorry, no... I gave up after trying for several days.