mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #8971 from bfredl/flush_on_exit
ui: flush UI state on exit
This commit is contained in:
commit
d4e6a75a06
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user