diff options
author | Dundar Goc <gocdundar@gmail.com> | 2022-05-18 22:58:10 +0200 |
---|---|---|
committer | Dundar Goc <gocdundar@gmail.com> | 2022-05-19 00:15:36 +0200 |
commit | 11957f51cc541efe3e4d5379191fa85dcdc50c45 (patch) | |
tree | c527dc4e6fa787eb673e7f742d3551309aad7f94 /runtime/doc/quickref.txt | |
parent | 03a8269e3a904e7660eb95b9c17ccfc0938f1e30 (diff) | |
download | rneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.tar.gz rneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.tar.bz2 rneovim-11957f51cc541efe3e4d5379191fa85dcdc50c45.zip |
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.
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 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 |