diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-05-26 11:29:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-26 11:29:56 +0200 |
| commit | a92d78d201e53a4b2fb7b2f811a3f316678a8e6a (patch) | |
| tree | 05dce5452ed415b18703adc0d033d261a0a47ae1 /src/nvim/ex_docmd.c | |
| parent | ad62bd471da43e3efa2f9f8981e91b9af92901c0 (diff) | |
| parent | 43d66c0ebbe43f40a1f76e1635ccef6181c01317 (diff) | |
| download | rneovim-a92d78d201e53a4b2fb7b2f811a3f316678a8e6a.tar.gz rneovim-a92d78d201e53a4b2fb7b2f811a3f316678a8e6a.tar.bz2 rneovim-a92d78d201e53a4b2fb7b2f811a3f316678a8e6a.zip | |
Merge pull request #23583 from zeertzjq/ui-attach-title
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); } |
