mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 12:04:58 +00:00
Problem: :close may cause Nvim to quit if an autocommand triggered when
closing the buffer closes all other non-floating windows and
there are floating windows.
Solution: Correct the check for the only non-floating window.