]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix bug related to folding and hash comments
authorAlexandre Constantino <dreaming.about.electric.sheep@gmail.com>
Tue, 12 Jan 2016 17:37:16 +0000 (17:37 +0000)
committerAlexandre Constantino <dreaming.about.electric.sheep@gmail.com>
Tue, 12 Jan 2016 17:54:20 +0000 (17:54 +0000)
commitc4773a9b8e0ac823009bb342b2642f780de33cdc
tree11fd01145305f759c0147de5a4a69bdb6e31da47
parent917624e16c47de87c2adcacd08bc9472f718ec12
Fix bug related to folding and hash comments

Fix bug that occurs when hash comments are used in fenced code blocks.
Fix same problem that occurs when building a TOC with the :Toc command.
Add flag that allow the user to set folding level, by default set to 1.
README.md
after/ftplugin/markdown.vim
ftplugin/markdown.vim