From 425e0efd7bca7c1d4f140d015f2f1db4588bf878 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 27 Jun 2014 00:15:45 +0200 Subject: [PATCH] Fixing loading of vundle. --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 621791c..c77a059 100644 --- a/vimrc +++ b/vimrc @@ -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