aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatthew Malcomson <hardenedapple@gmail.com>2017-05-31 12:20:06 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-05-31 13:20:06 +0200
commit033b1cb7d9837699aba14ca1c0bda0058edc79fd (patch)
tree69a0dcfec36edeb2d6bab3cf97f022e64a21a518 /runtime
parent43f40b8e1acafa55e1c8df7c08c91a042f834f97 (diff)
downloadrneovim-033b1cb7d9837699aba14ca1c0bda0058edc79fd.tar.gz
rneovim-033b1cb7d9837699aba14ca1c0bda0058edc79fd.tar.bz2
rneovim-033b1cb7d9837699aba14ca1c0bda0058edc79fd.zip
'pastetoggle': Revert support for multi-key value (#6724)
Reverts commit 337b6179df852350b52409fd3806e4b47ab2875b Closes #6716 at the expense of not being able to use a multi-key 'pastetoggle' manually. Multi-key 'pastetoggle' can still be used when inserting the entire option into the typebuffer at once (though the use here is questionable). Also remove those tests to do with waiting for the completion of 'pastetoggle' and mention in the documentation that 'pastetoggle' doesn't wait for timeout.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 0e8feb6321..2097cbf32b 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4368,7 +4368,8 @@ A jump table for the options with a short description can be found at |Q_op|.
Note that typing <F10> in paste mode inserts "<F10>", since in paste
mode everything is inserted literally, except the 'pastetoggle' key
sequence.
- When the value has several bytes 'ttimeoutlen' applies.
+ No timeout is used, this means that a multi-key 'pastetoggle' can not
+ be triggered manually.
*'pex'* *'patchexpr'*
'patchexpr' 'pex' string (default "")