Browse Source

Update minirc to Plugin namespace

pull/507/head
Devin Weaver 12 years ago
parent
commit
45710d15f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/minirc.vim

+ 1
- 1
test/minirc.vim View File

@ -3,6 +3,6 @@ syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc()
Bundle 'gmarik/Vundle.vim'
Plugin 'gmarik/Vundle.vim'
filetype plugin indent on

Loading…
Cancel
Save