mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
docs: fix typos (#22353)
This commit is contained in:
@@ -153,7 +153,7 @@ UIClientHandler ui_client_get_redraw_handler(const char *name, size_t name_len,
|
||||
|
||||
/// Placeholder for _sync_ requests with 'redraw' method name
|
||||
///
|
||||
/// async 'redraw' events, which are expected when nvim acts as an ui client.
|
||||
/// async 'redraw' events, which are expected when nvim acts as a ui client.
|
||||
/// get handled in msgpack_rpc/unpacker.c and directly dispatched to handlers
|
||||
/// of specific ui events, like ui_client_event_grid_resize and so on.
|
||||
Object handle_ui_client_redraw(uint64_t channel_id, Array args, Arena *arena, Error *error)
|
||||
|
Reference in New Issue
Block a user