From ceed29687f7772a661ab7caf5e32a7dfadebf743 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 11 Dec 2017 10:50:45 -0500 Subject: [PATCH] Disable translation of default 'titleold' value It's an empty string, so there's no reason to try to translate it. Closes #7717 --- src/nvim/options.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nvim/options.lua b/src/nvim/options.lua index dd28a765fd..16f472230a 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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',