Merge branch 'nin' of http://github.com/gmarik/vundle into nin

This commit is contained in:
gmarik 2011-08-18 17:46:07 -05:00
commit 5077f37d9d

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')