mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
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:
committed by
Justin M. Keyes
parent
dee0d7f4e9
commit
10e885bdfc
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user