mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +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