:VundleLog - shows commands log

This commit is contained in:
gmarik
2011-02-03 23:13:46 -06:00
parent 814c420ec2
commit 8a253e4154
3 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ 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