Browse Source

timestamp log entries

pull/86/merge
gmarik 15 years ago
parent
commit
9a82aaf500
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

+ 1
- 1
autoload/vundle/installer.vim View File

@ -193,6 +193,6 @@ func! s:system(cmd) abort
endf
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
endf

Loading…
Cancel
Save