From: Far McKon Date: Mon, 12 Nov 2012 16:35:00 +0000 (-0500) Subject: changed _ syntax, to avoid mid-word underlines starting highlights. Fail case pre... X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6fe5c1b400654b81b604347689a4b8742de58c06?hp=6fe5c1b400654b81b604347689a4b8742de58c06 changed _ syntax, to avoid mid-word underlines starting highlights. Fail case pre-commit would be the string ' - user_account: The default user account' having a highlight start at the _, and never end. Updated match only catches 1 or more whitespaces before underscore, instead of zero or more whitespaces before an underscore ---