diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-09-25 19:00:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 19:00:30 +0200 |
commit | 3a784bdc8996ee74e0421c345f1afaaf4c4e4da0 (patch) | |
tree | d9a5b5b964993519f86a4d70695451c35381302a /runtime/doc/vim_diff.txt | |
parent | ed8b7aae8525625c17b72c3fac187c5aee8a2c5c (diff) | |
parent | c3d1d9445c70846d43d1f091ee0762e16513e225 (diff) | |
download | rneovim-3a784bdc8996ee74e0421c345f1afaaf4c4e4da0.tar.gz rneovim-3a784bdc8996ee74e0421c345f1afaaf4c4e4da0.tar.bz2 rneovim-3a784bdc8996ee74e0421c345f1afaaf4c4e4da0.zip |
Merge pull request #25360 from bfredl/bigmess
refactor(options)!: graduate some more shortmess flags
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 8f339379bf..e636746616 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -731,7 +731,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)") + 'shortmess' flags: *shm-f* *shm-n* *shm-x* *shm-i* (behave like always on) *'shortname'* *'sn'* *'noshortname'* *'nosn'* *'swapsync'* *'sws'* *'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows) |