minor fix
This commit is contained in:
parent
036cd82989
commit
71865630ea
@ -29,7 +29,9 @@ func! s:reload_bundles()
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:has_doc(rtp)
|
func! s:has_doc(rtp)
|
||||||
return (isdirectory(a:rtp.'/doc') && (!filereadable(a:rtp.'/doc/tags') || filewritable(a:rtp.'/doc/tags')))
|
return (isdirectory(a:rtp.'/doc')
|
||||||
|
\ && (!filereadable(a:rtp.'/doc/tags')
|
||||||
|
\ || filewritable(a:rtp.'/doc/tags')))
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:helptags(rtp)
|
func! s:helptags(rtp)
|
||||||
|
Loading…
Reference in New Issue
Block a user