]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vim): Update base-syntax, fix missing luaParenError error
authorDoug Kearns <dougkearns@gmail.com>
Thu, 22 May 2025 20:48:11 +0000 (22:48 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 May 2025 20:48:58 +0000 (22:48 +0200)
commitf4b2fce71c3b5a4f1cada0e852393efbd493e331
treed941e0648335c6486d18c00ad1d05d83f12822c6
parent598bbb194163931914c45ae1fa4268e589ef3763
runtime(vim): Update base-syntax, fix missing luaParenError error

We shouldn't assume that the luaParenError syntax group is present in
the, possibly custom, included file or that it hasn't already been
removed.  However, issue #11277 has been fixed so it no longer needs to
be cleared.

Fixes comment https://github.com/vim/vim/pull/15375#issuecomment-2899791944

related: #15375
closes: #17357

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/generator/vim.vim.base
runtime/syntax/vim.vim