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/quickref.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/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |