aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2023-09-24 09:09:18 -0500
committerGregory Anders <greg@gpanders.com>2023-09-24 09:09:18 -0500
commit6fb1e0d499b33534152f09744f967f355a9e2a24 (patch)
tree46b79a3966bf6c9a103d4a32c379bcec7c9308e0 /src
parent61ecb3e16c22eec9cb8eb77f76d9e8ddfc3601bc (diff)
downloadrneovim-6fb1e0d499b33534152f09744f967f355a9e2a24.tar.gz
rneovim-6fb1e0d499b33534152f09744f967f355a9e2a24.tar.bz2
rneovim-6fb1e0d499b33534152f09744f967f355a9e2a24.zip
docs: remove "f" from default 'shortmess' value
The "f" flag was removed in f7da4722570617bd8927e7aa533fa9a608c45bba. The value of the "f" flag is no longer listed in the 'shortmess' description and it cannot be disabled, so having it in the default value is pointless and confusing.
Diffstat (limited to 'src')
-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 258145e85e..f0e4a5a1f4 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -7239,7 +7239,7 @@ return {
{
abbreviation = 'shm',
cb = 'did_set_shortmess',
- defaults = { if_true = 'filnxtToOCF' },
+ defaults = { if_true = 'ilnxtToOCF' },
desc = [=[
This option helps to avoid all the |hit-enter| prompts caused by file
messages, for example with CTRL-G, and to avoid some other messages.