We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c6514 commit fafae61Copy full SHA for fafae61
syntax/pandoc.vim
@@ -570,7 +570,7 @@ if g:pandoc#syntax#style#emphases == 1
570
if !exists('s:hi_tail')
571
for s:i in ["fg", "bg"]
572
let s:tmp_val = synIDattr(synIDtrans(hlID("String")), s:i)
573
- let s:tmp_ui = has('gui_running') ? 'gui' : 'cterm'
+ let s:tmp_ui = has('gui_running') || has('nvim') ? 'gui' : 'cterm'
574
if !empty(s:tmp_val) && s:tmp_val != -1
575
exe 'let s:'.s:i . ' = "'.s:tmp_ui.s:i.'='.s:tmp_val.'"'
576
else
0 commit comments