fix dirname/
This commit is contained in:
parent
88a1ec13ac
commit
4ef824cf75
@ -53,7 +53,7 @@ BundleInstall
|
|||||||
|
|
||||||
func! s:assert_bundles() abort
|
func! s:assert_bundles() abort
|
||||||
for b in g:bundles
|
for b in g:bundles
|
||||||
if (!isdirectory(b.path().'/.git'))
|
if (!isdirectory(b.path().'/.git/'))
|
||||||
throw b.name.' not installed'
|
throw b.name.' not installed'
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
Loading…
Reference in New Issue
Block a user