Browse Source

Update minirc to Plugin namespace

pull/508/head
Devin Weaver 11 years ago
parent
commit
dbc36fcaae
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      test/minirc.vim

+ 3
- 2
test/minirc.vim View File

@ -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…
Cancel
Save