cleanup
This commit is contained in:
parent
2f7a7c4088
commit
a0e6feb2b8
@ -10,7 +10,7 @@ func! vundle#installer#install(bang, ...) abort
|
|||||||
|
|
||||||
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"))
|
||||||
|
|
||||||
let help_dirs = vundle#installer#helptags(bundles)
|
vundle#installer#helptags(bundles)
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! vundle#installer#helptags(bundles) abort
|
func! vundle#installer#helptags(bundles) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user