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/options.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/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 4022bc4334..b49512e1e6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4800,15 +4800,6 @@ A jump table for the options with a short description can be found at |Q_op|. 'number', see |number_relativenumber| for all combinations of the two options. - *'remap'* *'noremap'* -'remap' boolean (default on) - global - Allows for mappings to work recursively. If you do not want this for - a single entry, use the :noremap[!] command. - NOTE: To avoid portability problems with Vim scripts, always keep - this option at the default "on". Only switch it off when working with - old Vi scripts. - *'report'* 'report' number (default 2) global @@ -6480,13 +6471,6 @@ A jump table for the options with a short description can be found at |Q_op|. C1 Control characters 0x80...0x9F - *'terse'* *'noterse'* -'terse' boolean (default off) - global - When set: Add 's' flag to 'shortmess' option (this makes the message - for a search that hits the start or end of the file not being - displayed). When reset: Remove 's' flag from 'shortmess' option. - *'textwidth'* *'tw'* 'textwidth' 'tw' number (default 0) local to buffer |