summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index a24da96883..cb3db201bd 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -7922,8 +7922,9 @@ local options = {
cb = 'did_set_shortmess',
defaults = 'ltToOCF',
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.
+ Controls display of file messages (e.g. CTRL-G) and various other
+ messages.
+
It is a list of flags:
flag meaning when present ~
l use "999L, 888B" instead of "999 lines, 888 bytes" *shm-l*