mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
fix(events): trigger VimResume on next UI request (#24426)
This commit is contained in:
@@ -4874,12 +4874,9 @@ static void ex_stop(exarg_T *eap)
|
||||
if (!eap->forceit) {
|
||||
autowrite_all();
|
||||
}
|
||||
apply_autocmds(EVENT_VIMSUSPEND, NULL, NULL, false, NULL);
|
||||
|
||||
may_trigger_vim_suspend_resume(true);
|
||||
ui_call_suspend();
|
||||
ui_flush();
|
||||
|
||||
apply_autocmds(EVENT_VIMRESUME, NULL, NULL, false, NULL);
|
||||
}
|
||||
|
||||
/// ":exit", ":xit" and ":wq": Write file and quit the current window.
|
||||
|
Reference in New Issue
Block a user