From 0cbe4b4db074e805b2699e9a3222b336cbd9d742 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 25 Apr 2021 22:50:42 +1200 Subject: Remove tag from HTML timestamp prefix --- vim/autoload/html/timestamp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = 'Last updated: ' +let s:prefix = 'Last updated: ' " Define pattern to match date timestamps; no ZALGO, please let s:pattern = '\m\C' -- cgit v1.2.3