Browse Source

Merge 45710d15f9 into 0b28e334e6

pull/507/merge
Devin Weaver 12 years ago
parent
commit
a96dbeb17f
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