aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-04-25 22:50:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-04-25 22:50:42 +1200
commit0cbe4b4db074e805b2699e9a3222b336cbd9d742 (patch)
treeb6cbc82fc3a68382dd0556d14ba9935347a436fc
parentMerge branch 'release/v11.3.0' into develop (diff)
downloaddotfiles-0cbe4b4db074e805b2699e9a3222b336cbd9d742.tar.gz
dotfiles-0cbe4b4db074e805b2699e9a3222b336cbd9d742.zip
Remove <strong> tag from HTML timestamp prefix
-rw-r--r--vim/autoload/html/timestamp.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim
index 6d525afb..8f250710 100644
--- a/vim/autoload/html/timestamp.vim
+++ b/vim/autoload/html/timestamp.vim
@@ -34,7 +34,7 @@ function! s:Timestamp(time) abort
endfunction
" Define timestamp prefix string
-let s:prefix = '<strong>Last updated:</strong> '
+let s:prefix = 'Last updated: '
" Define pattern to match date timestamps; no ZALGO, please
let s:pattern = '\m\C'