mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00: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:

committed by
Justin M. Keyes

parent
643ef257b3
commit
0a77dc7e05
@@ -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"}}
|
||||
|
Reference in New Issue
Block a user