display bundle per line
This commit is contained in:
parent
c11feb715f
commit
9147f84f85
@ -8,7 +8,7 @@ func! vundle#installer#install(bang, ...)
|
||||
redraw!
|
||||
call vundle#config#require(bundles)
|
||||
|
||||
call s:log('Installed bundles: '.join((len(installed) == 0 ? ['no new bundless installed'] : map(installed, 'v:val.name')),','))
|
||||
call s:log("Installed bundles:\n".join((len(installed) == 0 ? ['no new bundless installed'] : map(installed, 'v:val.name')),"\n"))
|
||||
|
||||
let help_dirs = vundle#installer#helptags(bundles)
|
||||
if len(help_dirs) > 0
|
||||
|
Loading…
Reference in New Issue
Block a user