@@ -160,10 +160,10 @@ endif
160
160
" Functions: {{{1
161
161
" EnableEmbedsforCodeblocksWithLang {{{2
162
162
function ! EnableEmbedsforCodeblocksWithLang (entry)
163
- " prevent embedded language syntaxes from changing 'foldmethod'
163
+ " prevent embedded language syntaxes from changing 'foldmethod'
164
164
if has (' folding' )
165
165
let s: foldmethod = &l: foldmethod
166
- let s: foldtext = &l: foldtext
166
+ let s: foldtext = &l: foldtext
167
167
endif
168
168
169
169
try
@@ -243,7 +243,7 @@ endif
243
243
244
244
" Embeds: {{{2
245
245
246
- " prevent embedded language syntaxes from changing 'foldmethod'
246
+ " prevent embedded language syntaxes from changing 'foldmethod'
247
247
if has (' folding' )
248
248
let s: foldmethod = &l: foldmethod
249
249
endif
@@ -349,8 +349,8 @@ syn match pandocCiteLocator /[\[\]]/ contained containedin=pandocPCite,pandocICi
349
349
" Text Styles: {{{2
350
350
351
351
" Emphasis: {{{3
352
- call s: WithConceal (' block' , ' syn region pandocEmphasis matchgroup=pandocOperator start=/\\\@1<!\(\_^\|\s\|[[:punct:]]\)\@<=\*\S\@=/ skip=/\(\*\*\|__\)/ end=/\*\([[:punct:]]\|\s\|\_$\)\@=/ contains=@Spell,pandocNoFormattedInEmphasis,pandocLatexInlineMath,pandocAmpersandEscape' , ' concealends' )
353
- call s: WithConceal (' block' , ' syn region pandocEmphasis matchgroup=pandocOperator start=/\\\@1<!\(\_^\|\s\|[[:punct:]]\)\@<=_\S\@=/ skip=/\(\*\*\|__\)/ end=/\S\@1<=_\([[:punct:]]\|\s\|\_$\)\@=/ contains=@Spell,pandocNoFormattedInEmphasis,pandocLatexInlineMath,pandocAmpersandEscape' , ' concealends' )
352
+ call s: WithConceal (' block' , ' syn region pandocEmphasis matchgroup=pandocOperator start=/\\\@1<!\(\_^\|\s\|[[:punct:]]\)\@<=\*\S\@=/ skip=/\(\*\*\|__\)/ end=/\*\([[:punct:]]\|\a\|\ s\|\_$\)\@=/ contains=@Spell,pandocNoFormattedInEmphasis,pandocLatexInlineMath,pandocAmpersandEscape' , ' concealends' )
353
+ call s: WithConceal (' block' , ' syn region pandocEmphasis matchgroup=pandocOperator start=/\\\@1<!\(\_^\|\s\|[[:punct:]]\)\@<=_\S\@=/ skip=/\(\*\*\|__\)/ end=/\S\@1<=_\([[:punct:]]\|\a\|\ s\|\_$\)\@=/ contains=@Spell,pandocNoFormattedInEmphasis,pandocLatexInlineMath,pandocAmpersandEscape' , ' concealends' )
354
354
" }}}3
355
355
356
356
" Strong: {{{3
0 commit comments