Skip to content

Commit dbc36fc

Browse files
committed
Update minirc to Plugin namespace
1 parent 0b28e33 commit dbc36fc

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)