diff options
author | Dundar Goc <gocdundar@gmail.com> | 2022-05-18 23:57:18 +0200 |
---|---|---|
committer | Dundar Goc <gocdundar@gmail.com> | 2022-05-19 00:15:40 +0200 |
commit | 97fc68850ff349a32f226117e04c37647966b2ff (patch) | |
tree | 7bc067ae3207bfaefd081e08fd8b195c8747777e /runtime/doc/vim_diff.txt | |
parent | 11957f51cc541efe3e4d5379191fa85dcdc50c45 (diff) | |
download | rneovim-97fc68850ff349a32f226117e04c37647966b2ff.tar.gz rneovim-97fc68850ff349a32f226117e04c37647966b2ff.tar.bz2 rneovim-97fc68850ff349a32f226117e04c37647966b2ff.zip |
refactor!: remove 'terse' option
Having two methods of setting the same option is redundant and can be
potentially confusing. Recommend adding 's' to 'shortmess' instead.
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 32b345f113..c926337b47 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -554,6 +554,7 @@ Options: *'shortname'* *'sn'* *'noshortname'* *'nosn'* *'swapsync'* *'sws'* *'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows) + *'terse'* *'noterse'* (Add "s" to 'shortmess' instead) 'textauto' 'textmode' *'toolbar'* *'tb'* |