From f7da4722570617bd8927e7aa533fa9a608c45bba Mon Sep 17 00:00:00 2001 From: bfredl Date: Sat, 23 Sep 2023 16:42:47 +0200 Subject: refactor(options)!: graduate shortmess+=f flag Not everything needs to be crazy overconfigurable. Also fixes a warning in latest clang which didn't approve of the funky math switch statement in append_arg_number --- runtime/lua/vim/_meta/options.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index b8bdfbc3f7..baf53c5ccc 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -5668,7 +5668,6 @@ vim.bo.sw = vim.bo.shiftwidth --- 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* -- cgit