display bundle per line

This commit is contained in:
gmarik 2011-03-19 16:59:28 -05:00
parent c11feb715f
commit 9147f84f85

View File

@ -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