Closed habamax closed 3 months ago
It's not a hard requirements, but in general we prefer to have a consistent "Last Change: " date format header.
That's fine. Any preference between Last Updated:
and Last Change:
?
Last Updated
seems to be mostly coming from the color schemes ;).
Also:
chrisbra@host:~/code/vim/runtime (master)$ git grep 'Last Updated:' |wc -l
42
chrisbra@host:~/code/vim/runtime (master)$ git grep 'Last Change:' |wc -l
1153
chrisbra@host:~/code/vim/runtime (master)$
quite obvious I think :)
Fixed in master. Thanks for your feedback!
Hi, vim project requires
Last Updated
format to be%Y %b %d
, is it possible either add an option or change it? Currently it is%c
which is OS dependent.relates https://github.com/vim/vim/pull/15423
@chrisbra, is it ok to have time in
Last Updated
?