]> 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 syntax include errors with alias language
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 5 Feb 2016 02:17:25 +0000 (11:17 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 5 Feb 2016 03:05:29 +0000 (12:05 +0900)
commit7bfbcf41b6c2578fff0b14bf23c65d139bb81094
treec6ad80eb45dbaf128e536d6d04248845d2f6c52f
parent2c44359fbba26ae9f39d574f8844f6002814e685
Fix syntax include errors with alias language

When alias names of a language are used with fenced code block,
syntax include is executed twice and causes errors.
We add `b:mkd_included_filetypes` to check syntax included.
Fix #251
ftplugin/markdown.vim
test/syntax.vader