From: John Tobin Date: Sun, 17 Mar 2019 19:16:16 +0000 (+0000) Subject: Fix folding broken by other syntax highlighting. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0ad3f44c70dde85489ff3c036ffddd2302556692?hp=0ad3f44c70dde85489ff3c036ffddd2302556692 Fix folding broken by other syntax highlighting. When syntax highlighting is enabled for fenced code blocks, the syntax highlighting of the language in the code block can overwrite folding configuration, breaking Markdown folding. Reinitialise Markdown folding configuration every time syntax highlighting is refreshed to ensure that Markdown folding works. ---