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