Merge pull request #33 from latentflip/master
Fixed typo in bundle installer
This commit is contained in:
commit
1319e527d6
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user