From 97fc68850ff349a32f226117e04c37647966b2ff Mon Sep 17 00:00:00 2001 From: Dundar Goc Date: Wed, 18 May 2022 23:57:18 +0200 Subject: 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. --- runtime/doc/vim_diff.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/vim_diff.txt') 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'* -- cgit