mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 21:32:10 +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.