You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(renderer/flush): guard 'eventignorewin' usage on older Neovim
Use pcall to probe for support of the 'eventignorewin' option and only
set/restore it when available. Prevents runtime errors on older Neovim
versions (e.g. in CI) while keeping the output window update logic intact.
0 commit comments