Browse Source

no need to clone array

pull/75/head
gmarik 15 years ago
parent
commit
03981c75ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

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

@ -4,7 +4,7 @@ func! vundle#installer#new(bang, ...) abort
\ map(copy(a:000), 'vundle#config#init_bundle(v:val, {})')
let names = map(copy(bundles), 'v:val.name_spec')
call vundle#scripts#view('Installer',['" Installing'], copy(names))
call vundle#scripts#view('Installer',['" Installing'], names)
call s:process(a:bang, 'vundle#installer#install', names)


Loading…
Cancel
Save