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/vim_diff.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/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ab5e795c16..8a6e5461c3 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -727,6 +727,7 @@ Options: Everything is allowed in 'exrc' files since they must be explicitly marked trusted. *'shelltype'* + 'shortmess' *shm-f* flag (always on, never show "file" in "(3 of 5)") *'shortname'* *'sn'* *'noshortname'* *'nosn'* *'swapsync'* *'sws'* *'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows) |