aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-11 10:48:48 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-05-26 07:46:24 +0800
commit43d66c0ebbe43f40a1f76e1635ccef6181c01317 (patch)
tree6d0125d9c570eaecb441b3a672c48edfd01fdac9 /src/nvim/buffer.c
parentee986ee0449b828ca64bf7d4c69624596aab8319 (diff)
downloadrneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.tar.gz
rneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.tar.bz2
rneovim-43d66c0ebbe43f40a1f76e1635ccef6181c01317.zip
fix(ui-ext): send title to newly-attached UI
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 11b79fcede..dab07487cd 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -3444,7 +3444,6 @@ void resettitle(void)
{
ui_call_set_icon(cstr_as_string(lasticon));
ui_call_set_title(cstr_as_string(lasttitle));
- ui_flush();
}
#if defined(EXITFREE)