build: update uncrustify to 0.76

This commit is contained in:
Lewis Russell
2023-04-19 17:04:00 +01:00
committed by GitHub
parent 3940c435e4
commit 706f871014
13 changed files with 196 additions and 87 deletions

View File

@@ -254,7 +254,8 @@ void nvim_ui_detach(uint64_t channel_id, Error *err)
// TODO(bfredl): use me to detach a specific ui from the server
void remote_ui_stop(UI *ui)
{}
{
}
void nvim_ui_try_resize(uint64_t channel_id, Integer width, Integer height, Error *err)
FUNC_API_SINCE(1) FUNC_API_REMOTE_ONLY