Skip to content

Commit 5559f12

Browse files
committed
chore: Add script-encoding on each file
1 parent 6188224 commit 5559f12

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

syntax/pandoc_commonmark.vim

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
scriptencoding utf-8
2+
13
syntax clear

syntax/pandoc_legacy.vim

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
scriptencoding utf-8
2+
13
if !exists("g:pandoc#syntax#conceal#use")
24
if v:version < 703
35
let g:pandoc#syntax#conceal#use = 0

0 commit comments

Comments
 (0)