get rid of unused testing code

This commit is contained in:
gmarik 2012-03-05 13:11:21 -06:00
parent a910b88797
commit 03ed2bd39e

View File

@ -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()