From c70c8b607f84611373969d3add2f6ef25e61078f Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 11 Jan 2019 01:20:15 +0100 Subject: doc [ci skip] #9478 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Lua - developer guidelines - MAINTAIN.md - TUI: cleanup - TUI: mention Windows terminfo builtins - cleanup if_pyth, redirect python-bindeval tag Helped-by: Björn Linse Helped-by: erw7 --- src/nvim/api/ui.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/nvim/api/ui.c') diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c index 7ba5251c60..bc8a1a941f 100644 --- a/src/nvim/api/ui.c +++ b/src/nvim/api/ui.c @@ -245,9 +245,8 @@ static void ui_set_option(UI *ui, bool init, String name, Object value, name.data); } -/// Tell nvim to resize a grid. Nvim sends grid_resize event with the -/// requested grid size is within size limits and with maximum allowed size -/// otherwise. +/// Tell Nvim to resize a grid. Triggers a grid_resize event with the requested +/// grid size or the maximum size if it exceeds size limits. /// /// On invalid grid handle, fails with error. /// -- cgit