Browse Source

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

pull/36/head
gmarik 15 years ago
parent
commit
9a3512bcbe
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      autoload/vundle/installer.vim
  2. +1
    -1
      doc/vundle.txt

+ 1
- 1
autoload/vundle/installer.vim 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)


+ 1
- 1
doc/vundle.txt View File

@ -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;


Loading…
Cancel
Save