From 4dc41c051615a10a9a3650abb91e76197136aedd Mon Sep 17 00:00:00 2001 From: erw7 Date: Thu, 4 Feb 2021 14:56:42 +0900 Subject: Change default for tpf option Change the default of tpf to the same value as the default of xterm's disallowedPasteControls, because it may be a security risk. --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 903c99ec8f..98e2d50f1d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6290,7 +6290,7 @@ A jump table for the options with a short description can be found at |Q_op|. Requires an ISO-8613-3 compatible terminal. *'termpastefilter'* *'tpf'* -'termpastefilter' 'tpf' string (default: "") +'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 -- cgit