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