mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
'titleold': simplify behavior
- default 'titleold' to empty - set title on exit if 'title' is enabled and 'titleold' is non-empty - update docs
This commit is contained in:
@@ -2498,7 +2498,7 @@ return {
|
||||
no_mkrc=true,
|
||||
vi_def=true,
|
||||
varname='p_titleold',
|
||||
defaults={if_true={vi=N_("Thanks for flying Vim")}}
|
||||
defaults={if_true={vi=N_("")}}
|
||||
},
|
||||
{
|
||||
full_name='titlestring',
|
||||
|
Reference in New Issue
Block a user