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'))