mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
chore: fix typos (#16816)
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Sebastian Volland <seb@baunz.net> Co-authored-by: Lewis Russell <lewis6991@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -411,7 +411,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='compatible', abbreviation='cp',
|
||||
short_desc=N_("No description"),
|
||||
short_desc=N_("No description"),
|
||||
type='bool', scope={'global'},
|
||||
redraw={'all_windows'},
|
||||
varname='p_force_off',
|
||||
@@ -665,14 +665,14 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='edcompatible', abbreviation='ed',
|
||||
short_desc=N_("No description"),
|
||||
short_desc=N_("No description"),
|
||||
type='bool', scope={'global'},
|
||||
varname='p_force_off',
|
||||
defaults={if_true=false}
|
||||
},
|
||||
{
|
||||
full_name='emoji', abbreviation='emo',
|
||||
short_desc=N_("No description"),
|
||||
short_desc=N_("No description"),
|
||||
type='bool', scope={'global'},
|
||||
redraw={'all_windows', 'ui_option'},
|
||||
varname='p_emoji',
|
||||
@@ -1184,7 +1184,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='inccommand', abbreviation='icm',
|
||||
short_desc=N_("Live preview of substitution"),
|
||||
short_desc=N_("Live preview of substitution"),
|
||||
type='string', scope={'global'},
|
||||
redraw={'all_windows'},
|
||||
varname='p_icm',
|
||||
@@ -2499,7 +2499,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='termencoding', abbreviation='tenc',
|
||||
short_desc=N_("Terminal encodig"),
|
||||
short_desc=N_("Terminal encoding"),
|
||||
type='string', scope={'global'},
|
||||
defaults={if_true=""}
|
||||
},
|
||||
@@ -2622,7 +2622,7 @@ return {
|
||||
},
|
||||
{
|
||||
full_name='ttyfast', abbreviation='tf',
|
||||
short_desc=N_("No description"),
|
||||
short_desc=N_("No description"),
|
||||
type='bool', scope={'global'},
|
||||
no_mkrc=true,
|
||||
varname='p_force_on',
|
||||
|
Reference in New Issue
Block a user