diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-09-23 21:18:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 21:18:06 +0200 |
commit | 01be28b370987447c78f313a65fdc289d79d4d8a (patch) | |
tree | b915efb9e45589eea80e17108f0ba51611784e0c /runtime/doc | |
parent | 93d27ea578a2d25fff1ec892d84f5e9a609eb377 (diff) | |
parent | f7da4722570617bd8927e7aa533fa9a608c45bba (diff) | |
download | rneovim-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 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 3 | ||||
-rw-r--r-- | runtime/doc/options.txt | 1 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 240eb152d7..5e257372bc 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -247,6 +247,9 @@ The following deprecated functions or APIs were removed. • Support for legacy treesitter injection queries is removed. +• 'shortmess' flags: + - |shm-f| is removed. Always uses "(3 of 5)", never "(file 3 of 5)" + ============================================================================== DEPRECATIONS *news-deprecations* 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* 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) |