Shougo
Shougo
I have added the ugly hack for redraw.
Yes, noice.nvim ignores the event though.
> need to find an approach other than UPD_CLEAR. Also, can plugins handle this via vim.ui_attach meanwhile? Fixed.
I will add `showcmd` support later.
I have added `showcmd` support.
> I think a good solution would be to expand the command line as long as the macro is being recorded and close it again afterwards. It is complex. Because...
> I think a good solution would be to expand the command line as long as the macro is being recorded and close it again afterwards. > Personally i think...
Please test https://github.com/neovim/neovim/pull/19185.
Hi. I think it is better. ```vim autocmd RecordingEnter * set cmdheight=1 autocmd RecordingLeave * set cmdheight=0 ``` But if I test the script, recording messages is not displayed sometimes....
It really need feline to reproduce the problem? I think it doesn't depend on the plugins. I will test it later. Please test it without plugins.