status line floating window is not shifting up when cmdheight is set to 0 in latest neovim nightly
ratheesh opened this issue · 3 comments
ratheesh commented
windwp commented
are you talking about wlfloatline? why not use a global statusline by set laststatus=3
ratheesh commented
@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.
ratheesh commented
I am closing this as this issue is no longer observed with latest commit(c7e74f788
) on Neovim's master branch.