diff options
author | Trevor Arjeski <tmarjeski@gmail.com> | 2024-02-11 02:39:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 07:39:39 +0800 |
commit | 170c890dca8f160bdcd41e4fdc6bf15ee0bdba49 (patch) | |
tree | ba441c0b10bb263a6f5a0024724c0db3edb8649b /runtime/doc/vim_diff.txt | |
parent | f1f8fa850f741b7c35b8ff9c02ac2810a75e25b1 (diff) | |
download | rneovim-170c890dca8f160bdcd41e4fdc6bf15ee0bdba49.tar.gz rneovim-170c890dca8f160bdcd41e4fdc6bf15ee0bdba49.tar.bz2 rneovim-170c890dca8f160bdcd41e4fdc6bf15ee0bdba49.zip |
feat(shortmess): "q" flag fully hides recording message (#27415)
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
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 46550f42b7..023944a8ad 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -581,6 +581,9 @@ Autocommands: - |TermResponse| is fired for any OSC sequence received from the terminal, instead of the Primary Device Attributes response. |v:termresponse| +Options: +- |shm-q| fully hides macro recording message instead of only shortening it. + ============================================================================== Missing features *nvim-missing* |