mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +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).