Skip to content

Commit f3f2040

Browse files
authored
Skip loading syntax/pandoc.vim if it's loaded (#397)
1 parent cbcc862 commit f3f2040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

syntax/pandoc.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ scriptencoding utf-8
1111
" OriginalAuthor: Jeremy Schultz <taozhyn@gmail.com>
1212
" Version: 5.0
1313

14+
if exists('b:current_syntax')
15+
finish
16+
endif
17+
1418
" Configuration: {{{1
1519
"
1620
" use conceal? {{{2

0 commit comments

Comments
 (0)