aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2021-02-06 12:51:24 +0900
committerGitHub <noreply@github.com>2021-02-06 12:51:24 +0900
commit787339892d7d0417716945dc1088f04031cab5ad (patch)
treef593634b71eb0440e5080fd54535a12669b04203 /runtime
parentc95e797b83051683fa5ee727a256c5bf108b7040 (diff)
parent4dc41c051615a10a9a3650abb91e76197136aedd (diff)
downloadrneovim-787339892d7d0417716945dc1088f04031cab5ad.tar.gz
rneovim-787339892d7d0417716945dc1088f04031cab5ad.tar.bz2
rneovim-787339892d7d0417716945dc1088f04031cab5ad.zip
Merge pull request #12080 from erw7/feature-bracketed-paste-on-term
terminal: add bracketed pasting feature
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index a497efa47e..98e2d50f1d 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6289,6 +6289,29 @@ A jump table for the options with a short description can be found at |Q_op|.
attributes instead of "cterm" attributes. |highlight-guifg|
Requires an ISO-8613-3 compatible terminal.
+ *'termpastefilter'* *'tpf'*
+'termpastefilter' 'tpf' string (default: "BS,HT,ESC,DEL")
+ global
+ A comma separated list of options for specifying control characters
+ to be removed from the text pasted into the terminal window. The
+ supported values are:
+
+ BS Backspace
+
+ HT TAB
+
+ FF Form feed
+
+ ESC Escape
+
+ DEL DEL
+
+ C0 Other control characters, excluding Line feed and
+ Carriage return < ' '
+
+ C1 Control characters 0x80...0x9F
+
+
*'terse'* *'noterse'*
'terse' boolean (default off)
global