mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
Merge pull request #19023 from neovim/backport-18932-to-release-0.7
[Backport release-0.7] fix(tui): fix piping output make nvim unusable
This commit is contained in:
@@ -521,7 +521,7 @@ void ui_flush(void)
|
||||
api_free_array(style);
|
||||
pending_mode_info_update = false;
|
||||
}
|
||||
if (pending_mode_update) {
|
||||
if (pending_mode_update && !starting) {
|
||||
char *full_name = shape_table[ui_mode_idx].full_name;
|
||||
ui_call_mode_change(cstr_as_string(full_name), ui_mode_idx);
|
||||
pending_mode_update = false;
|
||||
|
Reference in New Issue
Block a user