mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
options: do not use gettext for +printheader (#8928)
It is not translatable as of vim-patch:8.0.1001.
This commit is contained in:
parent
643ef257b3
commit
0a77dc7e05
@ -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"}}
|
||||||
|
Loading…
Reference in New Issue
Block a user