Skip to content

Commit a39790b

Browse files
committed
Merge pull request #508 from sukima/patch-1
Update minirc to Plugin* commands with #begin and #end
2 parents 92a66df + dbc36fc commit a39790b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/minirc.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ set nocompatible
22
syntax on
33
filetype off
44
set rtp+=~/.vim/bundle/Vundle.vim/
5-
call vundle#rc()
6-
Bundle 'gmarik/Vundle.vim'
5+
call vundle#begin()
6+
Plugin 'gmarik/Vundle.vim'
7+
call vundle#end()
78
filetype plugin indent on
89

0 commit comments

Comments
 (0)