get rid of unused testing code
This commit is contained in:
parent
a910b88797
commit
03ed2bd39e
10
test/vimrc
10
test/vimrc
@ -69,13 +69,3 @@ set wildignore+=*/.git/*
|
|||||||
" set wildignore+=*/doc/*
|
" set wildignore+=*/doc/*
|
||||||
|
|
||||||
au VimEnter * BundleInstall
|
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()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user