From 470cbe2a2f303e48b01b31e9c0e5b060c4edc01f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Dec 2019 20:19:49 +1300 Subject: Specify encoding of file with ZALGO comment --- vim/autoload/html/timestamp.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/autoload/html/timestamp.vim b/vim/autoload/html/timestamp.vim index 081d92bc..af74d815 100644 --- a/vim/autoload/html/timestamp.vim +++ b/vim/autoload/html/timestamp.vim @@ -1,3 +1,5 @@ +scriptencoding utf-8 + " Keys and date formats for return value of s:Timestamp() let s:formats = { \ 'human': '%a, %d %b %Y %T %Z', -- cgit v1.2.3