diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 0fbea50..a086e32 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -227,6 +227,7 @@ func! s:system(cmd) abort endf func! s:log(str) abort - call add(g:vundle_log, '['.strftime("%y%m%d %T").'] '.a:str) + let fmt = '%y%m%d %H:%M:%S' + call add(g:vundle_log, '['.strftime(fmt).'] '.a:str) return a:str endf