mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +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.