Browse Source

Merge pull request #508 from sukima/patch-1

Update minirc to Plugin* commands with #begin and #end
pull/468/head
Jacobo de Vera 11 years ago
parent
commit
a39790b5e7
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