mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +00:00
Problem: If user init creates a floating window, startup windows
(e.g. to accomodate arglist files) are no longer created.
Solution: Check that firstwin->w_next is not floating when deciding
whether to make startup windows.