go without Vundle log

This commit is contained in:
gmarik
2011-03-19 17:43:06 -05:00
parent 8496d6c604
commit 3edc20673d
3 changed files with 4 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ endf
func! vundle#config#init()
if !exists('g:bundles') | let g:bundles = [] | endif
let g:vundle_log = tempname()
call s:rtp_rm_a()
let g:bundles = []
endf