mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
fix(ui): update title in more cases (#31508)
This commit is contained in:
@@ -847,6 +847,10 @@ static uint8_t *command_line_enter(int firstc, int count, int indent, bool clear
|
||||
found_one = true;
|
||||
}
|
||||
|
||||
if (redraw_custom_title_later()) {
|
||||
found_one = true;
|
||||
}
|
||||
|
||||
if (found_one) {
|
||||
redraw_statuslines();
|
||||
}
|
||||
@@ -959,6 +963,7 @@ theend:
|
||||
msg_ext_clear_later();
|
||||
}
|
||||
if (!cmd_silent) {
|
||||
redraw_custom_title_later();
|
||||
status_redraw_all(); // redraw to show mode change
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user