Skip to content

Commit 0599ec6

Browse files
alerqueHans-Guenter
andcommitted
Fix code typo, disable spell check in pandocAmpersandEscape
Co-authored-by: Hans-Guenter <johann-guenter.simon@linde-le.com>
1 parent f3f2040 commit 0599ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/pandoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ endif
570570
" }}}3
571571

572572
" &-escaped Special Characters: {{{3
573-
syn match pandocAmpersandEscape /\v\&(#\d+|#x\x+|[[:alnum:]]+)\;/ contains=NoSpell
573+
syn match pandocAmpersandEscape /\v\&(#\d+|#x\x+|[[:alnum:]]+)\;/ contains=@NoSpell
574574
" }}}3
575575

576576
" YAML: {{{2

0 commit comments

Comments
 (0)