Fixing loading of vundle.

This commit is contained in:
Faerbit 2014-06-27 00:15:45 +02:00
parent 7ec7c75926
commit 425e0efd7b

3
vimrc
View File

@ -3,7 +3,8 @@ filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
if exists("vundle#begin")
runtime! autoload/vundle.vim
if exists("*vundle#begin")
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins