We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b28e33 commit dbc36fcCopy full SHA for dbc36fc
1 file changed
test/minirc.vim
@@ -2,7 +2,8 @@ set nocompatible
2
syntax on
3
filetype off
4
set rtp+=~/.vim/bundle/Vundle.vim/
5
-call vundle#rc()
6
-Bundle 'gmarik/Vundle.vim'
+call vundle#begin()
+Plugin 'gmarik/Vundle.vim'
7
+call vundle#end()
8
filetype plugin indent on
9
0 commit comments