aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 14:35:58 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-01 14:55:26 +0200
commitfa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6 (patch)
tree0d394eace71c9339cc5de16c419fcc39bb0adcad /runtime/doc/eval.txt
parentdeccd843edc9ecda04fae09bb550a90b1ba20632 (diff)
downloadrneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.tar.gz
rneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.tar.bz2
rneovim-fa1ee0ac73ab0fbbd246783f42e2df2c2d9280d6.zip
doc: bracketed-paste-mode
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index a70e400640..deae268f56 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3916,10 +3916,6 @@ getchar([expr]) *getchar()*
exe "normal " . v:mouse_col . "|"
endif
<
- When using bracketed paste only the first character is
- returned, the rest of the pasted text is dropped.
- |xterm-bracketed-paste|.
-
There is no prompt, you will somehow have to make clear to the
user that a character has to be typed.
There is no mapping for the character.