From 997ec86eb5a0ce120897b481e841db81daaab16d Mon Sep 17 00:00:00 2001 From: Philip Roberts Date: Fri, 13 May 2011 00:45:55 -0700 Subject: [PATCH 1/2] Fixed typo in bundle installer. no new bundless installed => no new bundles installed. --- autoload/vundle/installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index e0fbdda..708eb39 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) From f61f039d60b8e53e8a76f98f91f0f32ad935fad1 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 14 May 2011 00:37:16 -0700 Subject: [PATCH 2/2] Typo --- doc/vundle.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;