aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-05-10 13:46:35 +1200
commitb5d7c3dddc7cfce9b33b167294d6755d7d758193 (patch)
treeb0e6398aa7041c1dcd982aa32ca08ea70becc953 /vim
parentMerge branch 'release/v11.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-b5d7c3dddc7cfce9b33b167294d6755d7d758193.tar.gz
dotfiles-b5d7c3dddc7cfce9b33b167294d6755d7d758193.zip
Merge branch 'release/v11.4.0'v11.4.0
* release/v11.4.0: Run Perl::Tidy over urxvt/ext/select.pl Make corrections for ShellCheck v0.7.2 Remove <strong> tag from HTML timestamp prefix
Diffstat (limited to 'vim')
-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'