mirror of
https://github.com/neovim/neovim.git
synced 2025-11-15 06:49:01 +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).