]> 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 indent code block and add tests
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Sat, 9 Jan 2016 05:08:09 +0000 (14:08 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Sat, 9 Jan 2016 05:15:46 +0000 (14:15 +0900)
commit917624e16c47de87c2adcacd08bc9472f718ec12
tree1de9e34509a19ac82f5e7245c3e567ddf2ec283b
parent47894d65a0e5f974cff6712073832f5c2046c79f
Fix indent code block and add tests

`mkdIndentCode` is renamed to `mkdCode` because there is no need
to distinguish them.
We fixed a bug that indent code block at the start of a file is
not highlighted.
syntax/markdown.vim
test/syntax.vader