From 25a1d708bdcad09a544fe2b35b047865979c64ae Mon Sep 17 00:00:00 2001 From: gmarik Date: Wed, 4 May 2011 20:21:44 -0500 Subject: [PATCH] do not clean/install automatically --- test/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/vimrc b/test/vimrc index 130eaf6..8a3903f 100644 --- a/test/vimrc +++ b/test/vimrc @@ -7,7 +7,6 @@ set rtp+=~/.vim/vundle.git/ call vundle#rc('/tmp/vundle_bundles') -silent BundleClean! " vim-scripts name Bundle 'molokai' @@ -47,8 +46,6 @@ filetype plugin indent on " Automatically detect file types. set wildignore+=doc " should not break helptags -BundleInstall - func! s:assert_bundles() abort for b in g:vundle#bundles if (!b.installed())