Merge branch 'master' of github.com:gmarik/vundle
This commit is contained in:
commit
9a3512bcbe
@ -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)
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user