mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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