From: Jelle Zijlstra Date: Tue, 17 Oct 2023 07:59:15 +0000 (-0700) Subject: Fix parser bug where "type" was misinterpreted as a keyword inside a match (#3950) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bb588073ab286a9f1f8d839ab2cebe13011dd22c?hp=bb588073ab286a9f1f8d839ab2cebe13011dd22c Fix parser bug where "type" was misinterpreted as a keyword inside a match (#3950) Fixes #3790 Slightly hacky, but I think this is correct and it should also improve performance somewhat. ---