fix dirname/

This commit is contained in:
gmarik 2011-05-16 19:18:52 -05:00
parent 88a1ec13ac
commit 4ef824cf75

View File

@ -53,7 +53,7 @@ BundleInstall
func! s:assert_bundles() abort
for b in g:bundles
if (!isdirectory(b.path().'/.git'))
if (!isdirectory(b.path().'/.git/'))
throw b.name.' not installed'
endif
endfor