diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 2 |
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. |