mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
docs: remove "f" from default 'shortmess' value
The "f" flag was removed in f7da472257
.
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.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user