mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
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:
@@ -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}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user