set concealcursor=c set synmaxcol=3000 " For long Chinese paragraphs " Fix minor issue with footnote, see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 if exists(':FootnoteNumber') nnoremap AddVimFootnote :call markdownfootnotes#VimFootnotes('i') inoremap AddVimFootnote :call markdownfootnotes#VimFootnotes('i') endif