mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Fix: when resetting both 'title' and 'icon' the title would be set after a
shell command. Reset 'title' and 'icon' in test47 to avoid the xterm title getting messed up.
This commit is contained in:
@@ -3134,7 +3134,7 @@ maketitle()
|
||||
}
|
||||
|
||||
need_maketitle = FALSE;
|
||||
if (!p_title && !p_icon)
|
||||
if (!p_title && !p_icon && lasttitle == NULL && lasticon == NULL)
|
||||
return;
|
||||
|
||||
if (p_title)
|
||||
|
Reference in New Issue
Block a user