mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +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:
@@ -322,6 +322,6 @@ static void remote_ui_flush(UI *ui)
|
||||
|
||||
static void remote_ui_suspend(UI *ui)
|
||||
{
|
||||
UIData *data = ui->data;
|
||||
remote_ui_disconnect(data->channel_id);
|
||||
Array args = ARRAY_DICT_INIT;
|
||||
push_call(ui, "suspend", args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user