Browse Source

fix dirname/

pull/36/head
gmarik 15 years ago
parent
commit
4ef824cf75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/vimrc

+ 1
- 1
test/vimrc View File

@ -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…
Cancel
Save