Add termpastefilter option

Change to specify a character to be filtered as an option when pasting on
the terminal.
This commit is contained in:
erw7
2020-04-04 16:10:09 +09:00
parent 14158e8d47
commit 1e3fadb419
5 changed files with 91 additions and 8 deletions

View File

@@ -2820,6 +2820,14 @@ return {
varname='p_tgc',
defaults={if_true={vi=false}}
},
{
full_name='termpastefilter', abbreviation='tpf',
type='string', list='onecomma', scope={'global'},
deny_duplicates=true,
vim=true,
varname='p_tpf',
defaults={if_true={vi="", vim=""}}
},
{
full_name='terse',
short_desc=N_("hides notification of search wrap"),