You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find the issue in existing issues or PRs.
How to reproduce the problem
When a command is executed with the cmdheight=0 option, the lualine statusline briefly displays the COMMAND mode before switching back to NORMAL mode. While this may be subtle, it can create a weird 'flicker'.
Since the statusline is not visible when cmdheight=0, I suggest skipping the CommandEnter event refresh for the statusline.
The text was updated successfully, but these errors were encountered:
Self Checks
How to reproduce the problem
When a command is executed with the
cmdheight=0
option, the lualine statusline briefly displays the COMMAND mode before switching back to NORMAL mode. While this may be subtle, it can create a weird 'flicker'.Since the statusline is not visible when
cmdheight=0
, I suggest skipping the CommandEnter event refresh for the statusline.The text was updated successfully, but these errors were encountered: