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/vim_diff.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/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index fc98331697..32b345f113 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -548,6 +548,7 @@ Options: 'maxmemtot' Nvim delegates memory-management to the OS. 'maxcombine' (6 is always used) *'prompt'* *'noprompt'* + *'remap'* *'noremap'* *'restorescreen'* *'rs'* *'norestorescreen'* *'nors'* 'shelltype' *'shortname'* *'sn'* *'noshortname'* *'nosn'* |