refactor!: remove 'remap' option

An option that should always be kept on except for when working with old
Vi scripts is of little use to us.
This commit is contained in:
Dundar Goc
2022-05-18 22:58:10 +02:00
parent 03a8269e3a
commit 11957f51cc
8 changed files with 6 additions and 19 deletions

View File

@@ -1911,9 +1911,9 @@ return {
},
{
full_name='remap',
short_desc=N_("mappings to work recursively"),
short_desc=N_("No description"),
type='bool', scope={'global'},
varname='p_remap',
varname='p_force_on',
defaults={if_true=true}
},
{