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.
This commit is contained in:
erw7
2021-02-04 14:56:42 +09:00
parent 1e3fadb419
commit 4dc41c0516
2 changed files with 2 additions and 2 deletions

View File

@@ -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. Requires an ISO-8613-3 compatible terminal.
*'termpastefilter'* *'tpf'* *'termpastefilter'* *'tpf'*
'termpastefilter' 'tpf' string (default: "") 'termpastefilter' 'tpf' string (default: "BS,HT,ESC,DEL")
global global
A comma separated list of options for specifying control characters A comma separated list of options for specifying control characters
to be removed from the text pasted into the terminal window. The to be removed from the text pasted into the terminal window. The

View File

@@ -2826,7 +2826,7 @@ return {
deny_duplicates=true, deny_duplicates=true,
vim=true, vim=true,
varname='p_tpf', varname='p_tpf',
defaults={if_true={vi="", vim=""}} defaults={if_true={vi="", vim="BS,HT,ESC,DEL"}}
}, },
{ {
full_name='terse', full_name='terse',