summaryrefslogtreecommitdiffstats
path: root/bundle/Vundle.vim/test/minirc.vim
blob: f4ece70e0c75dc270bf26b505beed5524fd0b816 (plain) (blame)
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 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on