From 03ed2bd39e37c5ff035c05197af81558eb5d8a89 Mon Sep 17 00:00:00 2001 From: gmarik Date: Mon, 5 Mar 2012 13:11:21 -0600 Subject: [PATCH] get rid of unused testing code --- test/vimrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/vimrc b/test/vimrc index bb1451d..c52a05b 100644 --- a/test/vimrc +++ b/test/vimrc @@ -69,13 +69,3 @@ set wildignore+=*/.git/* " set wildignore+=*/doc/* au VimEnter * BundleInstall - -func! s:assert_bundles() abort - for b in g:bundles - if (!isdirectory(b.path().'/.git/')) - throw b.name.' not installed' - endif - endfor -endf - -call s:assert_bundles()