mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 09:05:23 +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.