mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

There can be other places that access window buffer info (e.g. `tabpagebuflist()`), so checking `w_closing` in `win_findbuf()` doesn't solve the crash in all cases, and may also cause Nvim's behavior to diverge from Vim. Fix #14998