mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

Problem: When closing a floating window, the next window to be entered may be unfocusable or hidden. Solution: Don't enter prevwin when it is unfocusable or hidden. Enter firstwin instead (like for when prevwin is no longer valid).