Merge pull request #75 from jdevera/nin
Use only already loaded Bundles for installation, do not source vimrc again
This commit is contained in:
commit
530dbb8001
@ -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…
Reference in New Issue
Block a user