diff options
author | Daniel Hahler <git@thequod.de> | 2019-09-09 08:34:40 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-10 23:27:00 -0700 |
commit | 1adbdb397df3509f3b9b3ed8f6a81dd044d278d9 (patch) | |
tree | f3cf5162569805ca08256d9966527e62c753da55 /runtime | |
parent | b735583377bf5c15a7bd5e910e4ae9fa833c1e42 (diff) | |
download | rneovim-1adbdb397df3509f3b9b3ed8f6a81dd044d278d9.tar.gz rneovim-1adbdb397df3509f3b9b3ed8f6a81dd044d278d9.tar.bz2 rneovim-1adbdb397df3509f3b9b3ed8f6a81dd044d278d9.zip |
doc: nvim_ui_pum_set_height [ci skip]
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 <PageUp> and <PageDown> movement. + + Parameters: ~ + {height} Popupmenu height, must be greater than zero. + vim:tw=78:ts=8:ft=help:norl: |