mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Disable translation of default 'titleold' value
It's an empty string, so there's no reason to try to translate it. Closes #7717
This commit is contained in:
parent
8813b29cec
commit
ceed29687f
@ -2505,11 +2505,10 @@ return {
|
|||||||
full_name='titleold',
|
full_name='titleold',
|
||||||
type='string', scope={'global'},
|
type='string', scope={'global'},
|
||||||
secure=true,
|
secure=true,
|
||||||
gettext=true,
|
|
||||||
no_mkrc=true,
|
no_mkrc=true,
|
||||||
vi_def=true,
|
vi_def=true,
|
||||||
varname='p_titleold',
|
varname='p_titleold',
|
||||||
defaults={if_true={vi=N_("")}}
|
defaults={if_true={vi=""}}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
full_name='titlestring',
|
full_name='titlestring',
|
||||||
|
Loading…
Reference in New Issue
Block a user