Browse Source

Issue with command-T and explicit loading

pull/10/head
gmarik 15 years ago
parent
commit
46f5dcd5cc
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      autoload/vundle/config.vim

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

@ -3,7 +3,8 @@ func! vundle#config#bundle(arg, ...)
call extend(bundle, copy(s:bundle))
call add(g:bundles, bundle)
call s:rtp_add(bundle.rtpath())
call vundle#config#require(bundle)
" TODO: fix this: explicit sourcing kills command-T
" call vundle#config#require(bundle)
endf
func! vundle#config#init()


Loading…
Cancel
Save