Files
neovim/src
Kent Sibilev 656ff4c438 fix(events): crash on WinScrolled #35995
Problem: apply_autocmds function can free both buf_T and win_T pointers

Solution: instead retain winids for WinResized and WinScrolled
autocmds and use curbuf pointer, which is consistent with other uses
of apply_autocmds function

(cherry picked from commit 0a0c349b6f)
2025-11-26 15:17:02 +00:00
..
2025-09-08 02:49:21 +00:00
2024-06-07 10:55:14 +08:00
2023-11-05 20:19:06 +01:00