From: Kit La Touche Date: Tue, 12 May 2015 17:17:15 +0000 (-0600) Subject: Add support for python-mode style folding X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d446595f9e690e9f50eeda0f0e144320ccca72dc?hp=d446595f9e690e9f50eeda0f0e144320ccca72dc Add support for python-mode style folding As a python-mode user in my day-to-day work, I would like the folding styles of vim-markdown and python-mode to match, so that there's less cognitive overhead in switching between my two most frequently-used contexts. To this end, I've made a distinct set of folding logic, keyed off of the g:vim_markdown_folding_style_pythonic variable, so that using this style is opt-in. ---