Fixing loading of vundle.
This commit is contained in:
parent
7ec7c75926
commit
425e0efd7b
3
vimrc
3
vimrc
@ -3,7 +3,8 @@ filetype off " required
|
|||||||
|
|
||||||
" set the runtime path to include Vundle and initialize
|
" set the runtime path to include Vundle and initialize
|
||||||
set rtp+=~/.vim/bundle/Vundle.vim
|
set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
if exists("vundle#begin")
|
runtime! autoload/vundle.vim
|
||||||
|
if exists("*vundle#begin")
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
" alternatively, pass a path where Vundle should install plugins
|
" alternatively, pass a path where Vundle should install plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user