mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
ui: flush UI state on exit
This commit is contained in:
@@ -138,8 +138,8 @@ void mch_exit(int r)
|
|||||||
{
|
{
|
||||||
exiting = true;
|
exiting = true;
|
||||||
|
|
||||||
ui_builtin_stop();
|
|
||||||
ui_flush();
|
ui_flush();
|
||||||
|
ui_builtin_stop();
|
||||||
ml_close_all(true); // remove all memfiles
|
ml_close_all(true); // remove all memfiles
|
||||||
|
|
||||||
if (!event_teardown() && r == 0) {
|
if (!event_teardown() && r == 0) {
|
||||||
|
Reference in New Issue
Block a user