summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-10-25 21:44:26 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-25 21:53:09 +0200
commit5f5131d775bf9966976e39aa38b070036cbfe969 (patch)
treef904988633bbdc1ba114286e9b4ab2ac0f5a624f /runtime/doc/options.txt
parenta56f02d824288104823e9740e1b1fe045c3ab994 (diff)
runtime(doc): clarify bracketed paste mode
related: #13398 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index a08285e5af..a11c1f1a1a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.0. Last change: 2023 Oct 14
+*options.txt* For Vim version 9.0. Last change: 2023 Oct 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1971,6 +1971,8 @@ A jump table for the options with a short description can be found at |Q_op|.
'delcombine' + off unicode: delete whole char combination
'digraph' + off no digraphs
'esckeys' & off no <Esc>-keys in Insert mode
+ this also disables |modifyOtherKeys|
+ and |xterm-bracketed-paste|
'expandtab' + off tabs not expanded to spaces
'fileformats' & "" no automatic file format detection,
"dos,unix" except for MS-Windows
@@ -3215,9 +3217,9 @@ A jump table for the options with a short description can be found at |Q_op|.
won't work by default.
NOTE: This option is set to the Vi default value when 'compatible' is
set and to the Vim default value when 'compatible' is reset.
- NOTE: when this option is off then the |modifyOtherKeys| functionality
- is disabled while in Insert mode to avoid ending Insert mode with any
- key that has a modifier.
+ NOTE: when this option is off then the |modifyOtherKeys| and
+ |xterm-bracketed-paste| functionality is disabled while in Insert mode
+ to avoid ending Insert mode with any key that has a modifier.
*'eventignore'* *'ei'*
'eventignore' 'ei' string (default "")