From 1adbdb397df3509f3b9b3ed8f6a81dd044d278d9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 9 Sep 2019 08:34:40 +0200 Subject: doc: nvim_ui_pum_set_height [ci skip] --- runtime/doc/api.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 21cc114598..b7e5accf2c 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -2136,4 +2136,11 @@ nvim_ui_try_resize_grid({grid}, {width}, {height}) {width} The new requested width. {height} The new requested height. +nvim_ui_pum_set_height({height}) *nvim_ui_pum_set_height()* + Tells Nvim the number of elements displaying in the popumenu, + to decide and movement. + + Parameters: ~ + {height} Popupmenu height, must be greater than zero. + vim:tw=78:ts=8:ft=help:norl: -- cgit