This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
fix dirname/
pull/36/head
gmarik
15 years ago
parent
88a1ec13ac
commit
4ef824cf75
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/vimrc
+ 1
- 1
test/vimrc
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
Write
Preview
Loading…
Cancel
Save