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
group related conditions
pull/10/head
gmarik
15 years ago
parent
5ce63c7de1
commit
d9bdffe74f
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
autoload/vundle/installer.vim
+ 1
- 2
autoload/vundle/installer.vim
View File
@ -36,8 +36,7 @@ endf
func
!
s
:
has_doc
(
rtp
)
return
(
isdirectory
(
a
:
rtp
.
'/doc'
)
\ &&
(
!
filereadable
(
a
:
rtp
.
'/doc/tags'
)
\
|
|
filewritable
(
a
:
rtp
.
'/doc/tags'
)
)
)
\ &&
(
!
filereadable
(
a
:
rtp
.
'/doc/tags'
)
|
|
filewritable
(
a
:
rtp
.
'/doc/tags'
)
)
)
endf
func
!
s
:
helptags
(
rtp
)
Write
Preview
Loading…
Cancel
Save