aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorDundar Goc <gocdundar@gmail.com>2022-05-18 23:57:18 +0200
committerDundar Goc <gocdundar@gmail.com>2022-05-19 00:15:40 +0200
commit97fc68850ff349a32f226117e04c37647966b2ff (patch)
tree7bc067ae3207bfaefd081e08fd8b195c8747777e /runtime
parent11957f51cc541efe3e4d5379191fa85dcdc50c45 (diff)
downloadrneovim-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')
-rw-r--r--runtime/doc/options.txt7
-rw-r--r--runtime/doc/quickref.txt1
-rw-r--r--runtime/doc/vim_diff.txt1
3 files changed, 1 insertions, 8 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 96fd0f4478..b49512e1e6 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6471,13 +6471,6 @@ A jump table for the options with a short description can be found at |Q_op|.
C1 Control characters 0x80...0x9F
- *'terse'* *'noterse'*
-'terse' boolean (default off)
- global
- When set: Add 's' flag to 'shortmess' option (this makes the message
- for a search that hits the start or end of the file not being
- displayed). When reset: Remove 's' flag from 'shortmess' option.
-
*'textwidth'* *'tw'*
'textwidth' 'tw' number (default 0)
local to buffer
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index b0bfc50da1..ff7e2ab400 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -895,7 +895,6 @@ Short explanation of each option: *option-list*
'tagstack' 'tgst' push tags onto the tag stack
'term' name of the terminal
'termbidi' 'tbidi' terminal takes care of bi-directionality
-'terse' shorten some messages
'textwidth' 'tw' maximum width of text that is being inserted
'thesaurus' 'tsr' list of thesaurus files for keyword completion
'thesaurusfunc' 'tsrfu' function to be used for thesaurus completion
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'*