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 540c435 commit fdfa34bCopy full SHA for fdfa34b
syntax/pandoc.vim
@@ -580,4 +580,6 @@ syntax sync minlines=100
580
581
if g:pandoc#syntax#colorcolumn == 1
582
exe "setlocal colorcolumn=".string(&textwidth+5)
583
+elseif g:pandoc#syntax#colorcolumn == 2
584
+ exe "setlocal colorcolumn=".join(range(&textwidth+5, 2*&columns), ',')
585
endif
0 commit comments