From 87912d06a321e60bf770fb2c907513cc66462b37 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 30 Apr 2011 13:53:34 -0500 Subject: [PATCH] remove commands from test/vimrc --- test/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/vimrc b/test/vimrc index 172679e..721e1c2 100644 --- a/test/vimrc +++ b/test/vimrc @@ -7,8 +7,6 @@ set rtp+=~/.vim/vundle.git/ call vundle#rc('/tmp/vundle_bundles') -silent BundleClean! - " vim-scripts name Bundle 'molokai' @@ -40,8 +38,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:bundles if (!isdirectory(b.path().'/.git'))