From: Josh Holland Date: Tue, 23 Oct 2018 21:10:01 +0000 (+0100) Subject: Fix detection of YAML frontmatter ending with "..." X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/21e569b97085441b54e44b7bb221a04948cd975e?hp=21e569b97085441b54e44b7bb221a04948cd975e Fix detection of YAML frontmatter ending with "..." PR #374 introduced a bug which would cause any line containing exactly three characters to be highlighted as the end of a YAML frontmatter block; this commit fixes that, so that only three dots will end the block. ---