We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92a66df + dbc36fc commit a39790bCopy full SHA for a39790b
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