aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-09-23 21:18:06 +0200
committerGitHub <noreply@github.com>2023-09-23 21:18:06 +0200
commit01be28b370987447c78f313a65fdc289d79d4d8a (patch)
treeb915efb9e45589eea80e17108f0ba51611784e0c /src/nvim/options.lua
parent93d27ea578a2d25fff1ec892d84f5e9a609eb377 (diff)
parentf7da4722570617bd8927e7aa533fa9a608c45bba (diff)
downloadrneovim-01be28b370987447c78f313a65fdc289d79d4d8a.tar.gz
rneovim-01be28b370987447c78f313a65fdc289d79d4d8a.tar.bz2
rneovim-01be28b370987447c78f313a65fdc289d79d4d8a.zip
Merge pull request #25330 from bfredl/no_shm_f
refactor(options)!: graduate shortmess+=f flag
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index e5821b62bd..5fd7e86993 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -7247,7 +7247,6 @@ return {
messages, for example with CTRL-G, and to avoid some other messages.
It is a list of flags:
flag meaning when present ~
- f use "(3 of 5)" instead of "(file 3 of 5)" *shm-f*
i use "[noeol]" instead of "[Incomplete last line]" *shm-i*
l use "999L, 888B" instead of "999 lines, 888 bytes" *shm-l*
m use "[+]" instead of "[Modified]" *shm-m*