diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-05-11 10:48:48 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-05-26 07:46:24 +0800 |
commit | 43d66c0ebbe43f40a1f76e1635ccef6181c01317 (patch) | |
tree | 6d0125d9c570eaecb441b3a672c48edfd01fdac9 /src/nvim/ex_docmd.c | |
parent | ee986ee0449b828ca64bf7d4c69624596aab8319 (diff) | |
download | rneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.tar.gz rneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.tar.bz2 rneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.zip |
fix(ui-ext): send title to newly-attached UI
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 9666d80de2..39a54fa236 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -4875,9 +4875,6 @@ static void ex_stop(exarg_T *eap) ui_call_suspend(); ui_flush(); - maketitle(); - resettitle(); // force updating the title - ui_refresh(); // may have resized window apply_autocmds(EVENT_VIMRESUME, NULL, NULL, false, NULL); } |