mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00

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 vim/vim#11277 has been fixed so it no longer needs to
be cleared.
Fixes comment https://github.com/vim/vim/pull/15375#issuecomment-2899791944
related: vim/vim#15375
closes: vim/vim#17357
f4b2fce71c
Co-authored-by: Doug Kearns <dougkearns@gmail.com>