mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
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:
@@ -2826,7 +2826,7 @@ return {
|
||||
deny_duplicates=true,
|
||||
vim=true,
|
||||
varname='p_tpf',
|
||||
defaults={if_true={vi="", vim=""}}
|
||||
defaults={if_true={vi="", vim="BS,HT,ESC,DEL"}}
|
||||
},
|
||||
{
|
||||
full_name='terse',
|
||||
|
Reference in New Issue
Block a user