aboutsummaryrefslogtreecommitdiff
path: root/bundle/Vundle.vim/test/minirc.vim
blob: 7b48d132c3caece5be1567bd4b7daad1abb1a217 (plain)
1
2
3
4
5
6
7
8
9
set nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
call vundle#end()
filetype plugin indent on