mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
doc: channel, eventloop
This commit is contained in:
@@ -215,6 +215,7 @@ static void ui_set_option(UI *ui, String name, Object value, Error *error)
|
||||
#undef UI_EXT_OPTION
|
||||
}
|
||||
|
||||
/// Pushes data into UI.UIData, to be consumed later by remote_ui_flush().
|
||||
static void push_call(UI *ui, char *name, Array args)
|
||||
{
|
||||
Array call = ARRAY_DICT_INIT;
|
||||
|
Reference in New Issue
Block a user