From b17893aa940dc7d45421f875f5d90855880aad27 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 14 Mar 2020 08:19:51 +0100 Subject: Update runtime files --- runtime/doc/options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/doc/options.txt') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index df8aba2a5..b17be8646 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 8.2. Last change: 2020 Feb 14 +*options.txt* For Vim version 8.2. Last change: 2020 Mar 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4646,8 +4646,8 @@ A jump table for the options with a short description can be found at |Q_op|. be able to execute Normal mode commands. This is the opposite of the 'keymap' option, where characters are mapped in Insert mode. - Also consider resetting 'langremap' to avoid 'langmap' applies to - characters resulting from a mapping. + Also consider setting 'langremap' to off, to prevent 'langmap' from + applying to characters resulting from a mapping. This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. @@ -4712,7 +4712,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'langnoremap' is set to the inverted value, and the other way around. *'langremap'* *'lrm'* *'nolangremap'* *'nolrm'* -'langremap' 'lrm' boolean (default on, reset in |defaults.vim|) +'langremap' 'lrm' boolean (default on, set to off in |defaults.vim|) global {only available when compiled with the |+langmap| feature} -- cgit v1.2.1