vim-patch:8.0.1001: setting 'encoding' makes 'printheader' invalid (#8925)

Problem:    Setting 'encoding' makes 'printheader' invalid.
Solution:   Do not translate the default value of 'printheader'. (Yasuhiro
            Matsumoto, closes vim/vim#2026)
0903d56f5c
This commit is contained in:
Jan Edmund Lazo
2018-08-28 02:51:22 -04:00
committed by Justin M. Keyes
parent dee0d7f4e9
commit 10e885bdfc

View File

@@ -1774,7 +1774,7 @@ return {
gettext=true,
vi_def=true,
varname='p_header',
defaults={if_true={vi=N_("%<%f%h%m%=Page %N")}}
defaults={if_true={vi="%<%f%h%m%=Page %N"}}
},
{
full_name='printmbcharset', abbreviation='pmbcs',