From: Hiroshi Shirosaki Date: Thu, 7 Jan 2016 08:57:00 +0000 (+0900) Subject: Improve code block syntax and fix test failures X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/824e85c3e7b40466c2a375e37c7e81a0584c7a79?ds=sidebyside;hp=824e85c3e7b40466c2a375e37c7e81a0584c7a79 Improve code block syntax and fix test failures - Remove syntax match of mkdCodeStart and mkdCodeEnd to work syntax mkdCode properly without a language specifier. - Add highlight setting of mkdCodeStart and mkdCodeEnd. - Change the regexp pattern to use c++ language specifier. - Add viml language. - Add tests for code block syntax. - Fixed `is_mkdCode(lnum)` to work with other than mkdCode, but it doesn't work as expected in some cases. ---