mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
ui: Fix :suspend
command for remote UIs
Forward the command to the remote UI and flush immediately. The semantics/handling is UI-specific.
This commit is contained in:
@@ -119,6 +119,7 @@ void ui_suspend(void)
|
||||
{
|
||||
if (abstract_ui) {
|
||||
UI_CALL(suspend);
|
||||
UI_CALL(flush);
|
||||
} else {
|
||||
mch_suspend();
|
||||
}
|
||||
|
Reference in New Issue
Block a user