options: do not use gettext for +printheader (#8928)

It is not translatable as of vim-patch:8.0.1001.
This commit is contained in:
Jan Edmund Lazo 2018-08-28 15:33:32 -04:00 committed by Justin M. Keyes
parent 643ef257b3
commit 0a77dc7e05

View File

@ -1771,7 +1771,6 @@ return {
{ {
full_name='printheader', abbreviation='pheader', full_name='printheader', abbreviation='pheader',
type='string', scope={'global'}, type='string', scope={'global'},
gettext=true,
vi_def=true, vi_def=true,
varname='p_header', varname='p_header',
defaults={if_true={vi="%<%f%h%m%=Page %N"}} defaults={if_true={vi="%<%f%h%m%=Page %N"}}