diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-09-23 16:42:47 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-09-23 18:13:05 +0200 |
commit | f7da4722570617bd8927e7aa533fa9a608c45bba (patch) | |
tree | 4a19a49aed1a0fe8dbc5aa0d4a70214048ed46af /runtime/doc/options.txt | |
parent | 7bd6bd1ef7214942e94c9238e08619adf41f5995 (diff) | |
download | rneovim-f7da4722570617bd8927e7aa533fa9a608c45bba.tar.gz rneovim-f7da4722570617bd8927e7aa533fa9a608c45bba.tar.bz2 rneovim-f7da4722570617bd8927e7aa533fa9a608c45bba.zip |
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
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index deb64bf18d..9b4f36cbce 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5391,7 +5391,6 @@ A jump table for the options with a short description can be found at |Q_op|. 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* |