From: Hiroshi Shirosaki Date: Thu, 17 Jan 2019 05:12:44 +0000 (+0900) Subject: Fix code quotes when ending with backslash X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5c9ce6b5230654c73d3bc3311f9dff7c4404f228?hp=5c9ce6b5230654c73d3bc3311f9dff7c4404f228 Fix code quotes when ending with backslash Backslash inside of a backtick should not escape a backtick. Fix #311 ---