Fixed typo in bundle installer.

no new bundless installed => no new bundles installed.
This commit is contained in:
Philip Roberts 2011-05-13 00:45:55 -07:00
parent 003c3769be
commit 997ec86eb5

View File

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