aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-30 20:19:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-30 20:19:49 +1300
commit470cbe2a2f303e48b01b31e9c0e5b060c4edc01f (patch)
tree080061643e737bb8e3c6757b1532a22cf366776b
parentAdd abort attribute for markdown#Fold() (diff)
downloaddotfiles-470cbe2a2f303e48b01b31e9c0e5b060c4edc01f.tar.gz
dotfiles-470cbe2a2f303e48b01b31e9c0e5b060c4edc01f.zip
Specify encoding of file with ZALGO comment
-rw-r--r--vim/autoload/html/timestamp.vim2
1 files changed, 2 insertions, 0 deletions
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',