Skip to content

Commit 3ab970d

Browse files
committed
時刻フォーマット修正
1 parent cdcde79 commit 3ab970d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/previm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function! s:function_template()
5050
\ '}',
5151
\ '',
5252
\ 'function getLastModified() {',
53-
\ printf('return "%s";', strftime("%Y/%m/%d (%a) %H:%M")),
53+
\ printf('return "%s";', strftime("%Y/%m/%d (%a) %T")),
5454
\ '}',
5555
\ '',
5656
\ 'function getContent() {',

0 commit comments

Comments
 (0)