Merge pull request #508 from sukima/patch-1

Update minirc to Plugin* commands with #begin and #end
This commit is contained in:
Jacobo de Vera 2015-03-02 22:23:05 +01:00
commit a39790b5e7

View File

@ -2,7 +2,8 @@ set nocompatible
syntax on syntax on
filetype off filetype off
set rtp+=~/.vim/bundle/Vundle.vim/ set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc() call vundle#begin()
Bundle 'gmarik/Vundle.vim' Plugin 'gmarik/Vundle.vim'
call vundle#end()
filetype plugin indent on filetype plugin indent on