get rid of unused testing code
This commit is contained in:
10
test/vimrc
10
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()
|
||||
|
||||
Reference in New Issue
Block a user