From 1d0c0ddb5f5abe27fe5a18e740b360e0c8fd9c5b Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 3 Jun 2011 18:53:20 -0500 Subject: [PATCH] test --- test/vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/vimrc b/test/vimrc index e41d1b1..ac33de1 100644 --- a/test/vimrc +++ b/test/vimrc @@ -2,8 +2,11 @@ set nocompatible let root = '/tmp/vundle_bundles/' +let src = 'http://github.com/gmarik/vundle.git' +" let src = '~/.vim/bundle/vundle/.git' + if !isdirectory(expand(root).'/vundle') - exec '!git clone http://github.com/gmarik/vundle.git '.root.'/vundle' + exec '!git clone '.src.' '.root.'/vundle' endif filetype off @@ -12,8 +15,6 @@ syntax on runtime macros/matchit.vim exec 'set rtp+='.root.'/vundle' -" set rtp+=~/.vim/bundle/vundle - call vundle#rc(root)