mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00: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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user