Browse Source

Merge 7701ac5fd8 into 5eef56a965

pull/75/merge
GitHub Merge Button 15 years ago
parent
commit
35a13ec68f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim View File

@ -1,6 +1,6 @@
func! vundle#installer#new(bang, ...) abort
let bundles = (a:1 == '') ?
\ s:reload_bundles() :
\ g:bundles :
\ map(copy(a:000), 'vundle#config#init_bundle(v:val, {})')
let names = map(copy(bundles), 'v:val.name_spec')


Loading…
Cancel
Save