From c778c2e107d7c9453b22e45bf8ec595956ea1538 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Mon, 31 Dec 2018 12:54:57 +0100 Subject: multigrid: API version bump --- src/nvim/api/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/api/ui.c') diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c index 4c55a56242..7ba5251c60 100644 --- a/src/nvim/api/ui.c +++ b/src/nvim/api/ui.c @@ -256,7 +256,7 @@ static void ui_set_option(UI *ui, bool init, String name, Object value, /// @param height The new requested height. void nvim_ui_try_resize_grid(uint64_t channel_id, Integer grid, Integer width, Integer height, Error *error) - FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY + FUNC_API_SINCE(6) FUNC_API_REMOTE_ONLY { if (!pmap_has(uint64_t)(connected_uis, channel_id)) { api_set_error(error, kErrorTypeException, -- cgit