windwp/windline.nvim

status line floating window is not shifting up when cmdheight is set to 0 in latest neovim nightly

ratheesh opened this issue · 3 comments

In the latest nightly(2a3cb089) of NeoViM, setting cmdheight to 0 and entering the cmd mode, windline floating window is not shifting up appropriately.

In the following image, bottom line is windline status line(one line above the windline statusline is from wilder)
image

Can you please check this?

are you talking about wlfloatline? why not use a global statusline by set laststatus=3

@windwp, I have set laststatus to 3. This was working fine until recent cmdheight=0 fixes that was merged into neovim's master.
I will bisect and see which commit caused this issue.

I am closing this as this issue is no longer observed with latest commit(c7e74f788) on Neovim's master branch.