From b2ff868436f09dd482a1ad7eaa28cc23657017f0 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 11 Oct 2015 00:00:28 +0200 Subject: doc: drop obsolete 'langnoremap' section. #3448 Commit e3568364 ("default: enable 'langnoremap'. #2853") enabled it by default but forgot to remove the lines saying it's disabled by default. tweaked by Michael Reed Reviewed-by: Felipe Morales [ci skip] --- runtime/doc/options.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 896d0ea8cf..e68a009f35 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3905,8 +3905,6 @@ 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 setting 'langnoremap' to avoid 'langmap' applies to - characters resulting from a mapping. This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. @@ -3965,10 +3963,8 @@ A jump table for the options with a short description can be found at |Q_op|. 'langnoremap' 'lnr' boolean (default on) global When on, setting 'langmap' does not apply to characters resulting from - a mapping. This basically means, if you noticed that setting - 'langmap' disables some of your mappings, try setting this option. - This option defaults to off for backwards compatibility. Set it on if - that works for you to avoid mappings to break. + a mapping. If setting 'langmap' disables some of your mappings, make + sure this option is set. *'laststatus'* *'ls'* 'laststatus' 'ls' number (default 2) -- cgit