Browse Source

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
pull/10/head
gmarik 15 years ago
parent
commit
b3216ac594
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      autoload/vundle/config.vim

+ 0
- 2
autoload/vundle/config.vim View File

@ -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…
Cancel
Save