aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-10-11 00:00:28 +0200
committerJustin M. Keyes <justinkz@gmail.com>2015-10-11 21:22:37 -0400
commitb2ff868436f09dd482a1ad7eaa28cc23657017f0 (patch)
treec75252c7ccef01d718ebf95ad04492b6fe2c7201
parentd69f3bbb0d3a0549466ac0e36a1364d1890b4691 (diff)
downloadrneovim-b2ff868436f09dd482a1ad7eaa28cc23657017f0.tar.gz
rneovim-b2ff868436f09dd482a1ad7eaa28cc23657017f0.tar.bz2
rneovim-b2ff868436f09dd482a1ad7eaa28cc23657017f0.zip
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 <hel.sheep@gmail.com> [ci skip]
-rw-r--r--runtime/doc/options.txt8
1 files 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)