mirror of
https://github.com/neovim/neovim.git
synced 2026-03-12 02:56:53 +10:00
Merge pull request #7718 from jamessan/disable-titleold-translation
Disable translation of default 'titleold' value
This commit is contained in:
@@ -2505,11 +2505,10 @@ return {
|
||||
full_name='titleold',
|
||||
type='string', scope={'global'},
|
||||
secure=true,
|
||||
gettext=true,
|
||||
no_mkrc=true,
|
||||
vi_def=true,
|
||||
varname='p_titleold',
|
||||
defaults={if_true={vi=N_("")}}
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
{
|
||||
full_name='titlestring',
|
||||
|
||||
Reference in New Issue
Block a user