timestamp log entries
This commit is contained in:
parent
d71770dc0a
commit
9a82aaf500
@ -193,6 +193,6 @@ func! s:system(cmd) abort
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:log(str) abort
|
func! s:log(str) abort
|
||||||
call add(g:vundle_log, a:str)
|
call add(g:vundle_log, '['.strftime("%y%m%d %T").'] '.a:str)
|
||||||
return a:str
|
return a:str
|
||||||
endf
|
endf
|
||||||
|
Loading…
Reference in New Issue
Block a user