test/vimrc update

This commit is contained in:
gmarik 2011-12-20 03:26:15 -06:00
parent 6f7c6d33e8
commit de961782d3

View File

@ -5,8 +5,12 @@ set nowrap
let root = '/tmp/!vundle-test/bundles/' let root = '/tmp/!vundle-test/bundles/'
let src = 'http://github.com/gmarik/vundle.git' let src = 'http://github.com/gmarik/vundle.git'
" let src = '~/.vim/bundle/vundle/.git' " let src = '~/.vim/bundle/vundle/.git'
" Vundle Options
" let g:vundle_default_git_proto = 'git'
if !isdirectory(expand(root, 1).'/vundle') if !isdirectory(expand(root, 1).'/vundle')
exec '!git clone '.src.' '.shellescape(root, 1).'/vundle' exec '!git clone '.src.' '.shellescape(root, 1).'/vundle'
endif endif
@ -19,7 +23,6 @@ runtime macros/matchit.vim
exec 'set rtp+='.root.'/vundle' exec 'set rtp+='.root.'/vundle'
call vundle#rc(root) call vundle#rc(root)
" let g:vundle_default_git_proto = 'git'
Bundle "gmarik/vundle" Bundle "gmarik/vundle"