diff options
Diffstat (limited to 'autoload/utils.vim')
| -rw-r--r-- | autoload/utils.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/utils.vim b/autoload/utils.vim index 5bfff78..d859775 100644 --- a/autoload/utils.vim +++ b/autoload/utils.vim @@ -135,7 +135,7 @@ function! utils#Get_titlestr() abort let l:buf_path = expand('%:p:~') let l:title_str = l:title_str . l:buf_path . ' ' if &buflisted && l:buf_path != "" - let l:title_str = l:title_str . strftime('%Y-%m-%d %H:%M %Z',getftime(expand('%'))) + let l:title_str = l:title_str . strftime('%Y-%m-%d %H:%M:%S%z', getftime(expand('%'))) endif return l:title_str |
