aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorTrevor Arjeski <tmarjeski@gmail.com>2024-02-11 02:39:39 +0300
committerGitHub <noreply@github.com>2024-02-11 07:39:39 +0800
commit170c890dca8f160bdcd41e4fdc6bf15ee0bdba49 (patch)
treeba441c0b10bb263a6f5a0024724c0db3edb8649b /src/nvim/options.lua
parentf1f8fa850f741b7c35b8ff9c02ac2810a75e25b1 (diff)
downloadrneovim-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 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 5c0d249ac3..b993a50b18 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -7329,7 +7329,7 @@ return {
match", "Pattern not found", "Back at original", etc.
C don't give messages while scanning for ins-completion *shm-C*
items, for instance "scanning tags"
- q use "recording" instead of "recording @a" *shm-q*
+ q do not show "recording @a" when recording a macro *shm-q*
F don't give the file info when editing a file, like *shm-F*
`:silent` was used for the command
S do not show search count message when searching, e.g. *shm-S*