test
This commit is contained in:
parent
063f68b26e
commit
1d0c0ddb5f
@ -2,8 +2,11 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
let root = '/tmp/vundle_bundles/'
|
let root = '/tmp/vundle_bundles/'
|
||||||
|
let src = 'http://github.com/gmarik/vundle.git'
|
||||||
|
" let src = '~/.vim/bundle/vundle/.git'
|
||||||
|
|
||||||
if !isdirectory(expand(root).'/vundle')
|
if !isdirectory(expand(root).'/vundle')
|
||||||
exec '!git clone http://github.com/gmarik/vundle.git '.root.'/vundle'
|
exec '!git clone '.src.' '.root.'/vundle'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype off
|
filetype off
|
||||||
@ -12,8 +15,6 @@ syntax on
|
|||||||
runtime macros/matchit.vim
|
runtime macros/matchit.vim
|
||||||
|
|
||||||
exec 'set rtp+='.root.'/vundle'
|
exec 'set rtp+='.root.'/vundle'
|
||||||
" set rtp+=~/.vim/bundle/vundle
|
|
||||||
|
|
||||||
|
|
||||||
call vundle#rc(root)
|
call vundle#rc(root)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user