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. --- src/nvim/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 59f36b8479..fe108ef1cc 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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', -- cgit