indent code
This commit is contained in:
parent
b9b8ef9a78
commit
e5981b1048
@ -8,7 +8,9 @@ func! vundle#installer#install(bang, ...) abort
|
|||||||
redraw!
|
redraw!
|
||||||
call vundle#config#require(bundles)
|
call vundle#config#require(bundles)
|
||||||
|
|
||||||
call s:log("Installed bundles:\n".join((empty(installed) ? ['no new bundless installed'] : map(installed, 'v:val.name')),"\n"))
|
call s:log("Installed bundles:\n".join((empty(installed) ?
|
||||||
|
\ ['no new bundless installed'] :
|
||||||
|
\ map(installed, 'v:val.name')),"\n"))
|
||||||
|
|
||||||
vundle#installer#helptags(bundles)
|
vundle#installer#helptags(bundles)
|
||||||
endf
|
endf
|
||||||
@ -48,8 +50,8 @@ endf
|
|||||||
|
|
||||||
func! s:has_doc(rtp) abort
|
func! s:has_doc(rtp) abort
|
||||||
return isdirectory(a:rtp.'/doc')
|
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'))
|
||||||
\ && !(empty(glob(a:rtp.'/doc/*.txt')) && empty(glob(a:rtp.'/doc/*.??x')))
|
\ && !(empty(glob(a:rtp.'/doc/*.txt')) && empty(glob(a:rtp.'/doc/*.??x')))
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:helptags(rtp) abort
|
func! s:helptags(rtp) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user