Merge pull request #33 from latentflip/master

Fixed typo in bundle installer
This commit is contained in:
2011-05-13 05:29:51 -07:00
commit 1319e527d6

View File

@ -10,7 +10,7 @@ func! vundle#installer#install(bang, ...) abort
call vundle#config#require(bundles) call vundle#config#require(bundles)
call s:log("Installed bundles:\n".join((empty(installed) ? call s:log("Installed bundles:\n".join((empty(installed) ?
\ ['no new bundless installed'] : \ ['no new bundles installed'] :
\ map(installed, 'v:val.name')),"\n")) \ map(installed, 'v:val.name')),"\n"))
call vundle#installer#helptags(bundles) call vundle#installer#helptags(bundles)