Files
neovim/test/functional/lua
zeertzjq 429c40cce3 fix(buffer): disable buffer-updates before removing from window #18933
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
2022-06-12 15:02:00 -07:00
..
2022-05-31 13:30:10 -06:00
2021-09-26 11:52:17 -07:00
2022-01-29 23:15:22 +00:00