Merge pull request #508 from sukima/patch-1
Update minirc to Plugin* commands with #begin and #end
This commit is contained in:
commit
a39790b5e7
@ -2,7 +2,8 @@ set nocompatible
|
||||
syntax on
|
||||
filetype off
|
||||
set rtp+=~/.vim/bundle/Vundle.vim/
|
||||
call vundle#rc()
|
||||
Bundle 'gmarik/Vundle.vim'
|
||||
call vundle#begin()
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
call vundle#end()
|
||||
filetype plugin indent on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user