Files
neovim/test/functional
glepnir 08dd3adffb feat(api): add ev.win to autocmd callback args #39826
Problem: Autocmd callbacks currently have to rely on curwin, which may
already have changed by the time they run. This is especially noticeable
for WinNew, WinClosed, WinResized and WinScrolled.

Solution: Track the window in the autocmd context and expose it as ev.win.
Pass it explicitly for the window events that need it.
2026-09-09 15:42:20 -04:00
..
2026-09-01 15:17:22 +00:00
2026-09-09 11:39:57 +01:00
2026-09-08 16:50:53 +01:00