mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
refactor(options): swap immutable and hidden option property names
Ref: https://github.com/neovim/neovim/pull/28018#issuecomment-2021622120
This commit is contained in:
committed by
Lewis Russell
parent
635fa2c51c
commit
63f7b1f31e
@@ -1341,7 +1341,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'cpt',
|
||||
@@ -2300,7 +2300,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'emo',
|
||||
@@ -3889,7 +3889,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'hkp',
|
||||
@@ -3898,7 +3898,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'hls',
|
||||
@@ -4296,7 +4296,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'isf',
|
||||
@@ -5147,7 +5147,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('maximum nr of combining characters displayed'),
|
||||
type = 'number',
|
||||
immutable = true,
|
||||
hidden = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'mfd',
|
||||
@@ -6048,7 +6048,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('enable prompt in Ex mode'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'pb',
|
||||
@@ -6305,7 +6305,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
defaults = { if_true = 2 },
|
||||
@@ -8844,7 +8844,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'tw',
|
||||
@@ -9089,7 +9089,7 @@ return {
|
||||
scope = { 'global' },
|
||||
short_desc = N_('No description'),
|
||||
type = 'boolean',
|
||||
hidden = true,
|
||||
immutable = true,
|
||||
},
|
||||
{
|
||||
abbreviation = 'udir',
|
||||
|
||||
Reference in New Issue
Block a user