summaryrefslogtreecommitdiff
path: root/vim/.vim/bundle/Vundle.vim/test/minirc.vim
blob: 3c24395bf4c2ac948a3b95181f1f9204ad10cd3e (plain)
1
2
3
4
5
6
7
8
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc()
Bundle 'gmarik/Vundle.vim'
filetype plugin indent on