do not require on load
- this was intended for case when user uncomments installed `Bundle` and reloads .vimrc; which should make the bundle available - TODO: later
This commit is contained in:
parent
b893d3f005
commit
b3216ac594
@ -3,8 +3,6 @@ func! vundle#config#bundle(arg, ...)
|
||||
call s:rtp_rm_a()
|
||||
call add(g:bundles, bundle)
|
||||
call s:rtp_add_a()
|
||||
" TODO: fix this: explicit sourcing kills command-T
|
||||
" call vundle#config#require(bundle)
|
||||
endf
|
||||
|
||||
func! vundle#config#init()
|
||||
|
Loading…
Reference in New Issue
Block a user