From 11957f51cc541efe3e4d5379191fa85dcdc50c45 Mon Sep 17 00:00:00 2001 From: Dundar Goc Date: Wed, 18 May 2022 22:58:10 +0200 Subject: refactor!: remove 'remap' option An option that should always be kept on except for when working with old Vi scripts is of little use to us. --- runtime/doc/quickref.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/quickref.txt') diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 961d734bfe..b0bfc50da1 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -824,7 +824,6 @@ Short explanation of each option: *option-list* 'redrawtime' 'rdt' timeout for 'hlsearch' and |:match| highlighting 'regexpengine' 're' default regexp engine to use 'relativenumber' 'rnu' show relative line number in front of each line -'remap' allow mappings to work recursively 'report' threshold for reporting nr. of lines changed 'revins' 'ri' inserting characters will work backwards 'rightleft' 'rl' window is right-to-left oriented -- cgit 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/quickref.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/quickref.txt') 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 -- cgit