diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-05-18 17:37:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 17:37:15 -0600 |
commit | 6a2883c17159ce5026c1bae8f6ad53a7859f83e3 (patch) | |
tree | d33d8f59cf7e974b56643afababa46fb9f6cbb68 /runtime/doc/vim_diff.txt | |
parent | 18fbdaeeab4bc1ed19bd3d7b3a0c0ded9cf79d4e (diff) | |
parent | 97fc68850ff349a32f226117e04c37647966b2ff (diff) | |
download | rneovim-6a2883c17159ce5026c1bae8f6ad53a7859f83e3.tar.gz rneovim-6a2883c17159ce5026c1bae8f6ad53a7859f83e3.tar.bz2 rneovim-6a2883c17159ce5026c1bae8f6ad53a7859f83e3.zip |
Merge pull request #18630 from dundargoc/refactor/remove-remap
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index fc98331697..c926337b47 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -548,11 +548,13 @@ 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'* *'swapsync'* *'sws'* *'termencoding'* *'tenc'* (Vim 7.4.852 also removed this for Windows) + *'terse'* *'noterse'* (Add "s" to 'shortmess' instead) 'textauto' 'textmode' *'toolbar'* *'tb'* |