aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/autoload/html/timestamp.vim4
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index f6914680..bc8d395d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.11.0
-Mon, 13 Jan 2020 00:00:06 +0000
+tejr dotfiles v8.12.0
+Wed, 12 Feb 2020 21:06:01 +0000
diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim
index ad79ad23..9de19aa0 100644
--- a/vim/autoload/html/timestamp.vim
+++ b/vim/autoload/html/timestamp.vim
@@ -1,7 +1,7 @@
" Keys and date formats for return value of s:Timestamp()
let s:formats = {
\ 'human': '%a, %d %b %Y %T %Z',
- \ 'machine': '%Y-%m-%dT%H:%M:%S.000Z',
+ \ 'machine': '%Y-%m-%dT%H:%M:%SZ',
\}
" Get UTC timestamp string dictionary with layout in s:formats
@@ -34,7 +34,7 @@ function! s:Timestamp(time) abort
endfunction
" Define timestamp prefix string
-let s:prefix = 'Last updated: '
+let s:prefix = '<strong>Last updated:</strong> '
" Define pattern to match date timestamps; no ZALGO, please
let s:pattern = '\m\C'