diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 17fa5a3..de4adfe 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -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) diff --git a/doc/vundle.txt b/doc/vundle.txt index 1c72e37..e0925d4 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -112,7 +112,7 @@ enabled. Except special cases requiring compilation or pre-configuration. 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. NOTE: installation, as just described, doesn't automatically configure scripts;