From 0a77dc7e05cd794f03baaa79388b564b1a9cb703 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 28 Aug 2018 15:33:32 -0400 Subject: [PATCH] options: do not use gettext for +printheader (#8928) It is not translatable as of vim-patch:8.0.1001. --- src/nvim/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/options.lua b/src/nvim/options.lua index bd816f2ca4..f8bec30988 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1771,7 +1771,6 @@ return { { full_name='printheader', abbreviation='pheader', type='string', scope={'global'}, - gettext=true, vi_def=true, varname='p_header', defaults={if_true={vi="%<%f%h%m%=Page %N"}}