Problem: Vim crashes when an autocommand that is triggered by setting
'eventignore' or 'eventignorewin' changes that option again.
This happens with plugins that use ":noautocmd" in an
autocommand for an event that is checked in the main loop.
Solution: Trigger the events with a copy of the old value in effect, so
that the value the caller is still using is not freed. Keep
the window that holds 'eventignorewin' from being closed while
the events are triggered.
https://github.com/vim/vim/pull/21175
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()