mirror of
https://github.com/neovim/neovim.git
synced 2026-03-27 02:42:00 +00:00
Autocmds may close window while it is being entered, then win_set_minimal_style(wp) operates on an invalid pointer. We could silently ignore this instead, but it is unlikely to be intentional, so it is more useful to show an error. fix #11383