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
glob instead expand
pull/10/head
gmarik
15 years ago
parent
9147f84f85
commit
617ccb62ec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autoload/vundle/installer.vim
+ 1
- 1
autoload/vundle/installer.vim
View File
@ -45,7 +45,7 @@ endf
func
!
s
:
has_doc
(
rtp
)
return
isdirectory
(
a
:
rtp
.
'/doc'
)
\ &&
(
!
filereadable
(
a
:
rtp
.
'/doc/tags'
)
|
|
filewritable
(
a
:
rtp
.
'/doc/tags'
)
)
\ &&
(
len
(
expand
(
a
:
rtp
.
'/doc/*.txt'
)
)
>
0
|
|
len
(
expand
(
a
:
rtp
.
'/doc/*.??x'
)
)
>
0
)
\ &&
(
len
(
glob
(
a
:
rtp
.
'/doc/*.txt'
)
)
>
0
|
|
len
(
glob
(
a
:
rtp
.
'/doc/*.??x'
)
)
>
0
)
endf
func
!
s
:
helptags
(
rtp
)
Write
Preview
Loading…
Cancel
Save