mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

When "q" is set in 'shortmess' it now fully hides the "recording @a" message when you are recording a macro instead of just shortening to "recording". This removes duplication when using reg_recording() in the statusline. Related #19193