From: Hiroshi Shirosaki Date: Fri, 5 Feb 2016 02:17:25 +0000 (+0900) Subject: Fix syntax include errors with alias language X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7bfbcf41b6c2578fff0b14bf23c65d139bb81094?ds=inline;hp=7bfbcf41b6c2578fff0b14bf23c65d139bb81094 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 ---