Add nvim_ui_pum_set_height to api

This commit is contained in:
erw7
2019-07-12 12:47:20 +09:00
parent 3dbd94dafa
commit 55b1126a22
5 changed files with 178 additions and 1 deletions

View File

@@ -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