Merge branch 'master' of github.com:gmarik/vundle

This commit is contained in:
gmarik 2011-05-16 19:26:37 -05:00
commit 9a3512bcbe
2 changed files with 2 additions and 2 deletions

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)

View File

@ -112,7 +112,7 @@ enabled. Except special cases requiring compilation or pre-configuration.
BundleInstall allows to install scripts by name:> BundleInstall allows to install scripts by name:>
:BundleIntall unite.vim :BundleInstall unite.vim
installs and activates unite.vim. You can use Tab to auto-complete known script names. installs and activates unite.vim. You can use Tab to auto-complete known script names.
NOTE: installation, as just described, doesn't automatically configure scripts; NOTE: installation, as just described, doesn't automatically configure scripts;