mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Add nvim_ui_pum_set_height to api
This commit is contained in:
@@ -53,6 +53,7 @@ struct ui_t {
|
||||
bool ui_ext[kUIExtCount]; ///< Externalized UI capabilities.
|
||||
int width;
|
||||
int height;
|
||||
int pum_height;
|
||||
void *data;
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user