mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 04:42:48 +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.