mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
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