diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-08 20:42:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 20:42:32 +0200 |
commit | 288526ae73d07471a484e3f5bd9662b1cecf0884 (patch) | |
tree | 33a003885c6eb51dc4296eb026bf8b54cc7c7629 /src/nvim/ui.h | |
parent | 83632022f84e4addf9518bf9913cc58b2ae41820 (diff) | |
parent | 55b1126a22394a3c6c212cc323d53de405cca98d (diff) | |
download | rneovim-288526ae73d07471a484e3f5bd9662b1cecf0884.tar.gz rneovim-288526ae73d07471a484e3f5bd9662b1cecf0884.tar.bz2 rneovim-288526ae73d07471a484e3f5bd9662b1cecf0884.zip |
Merge pull request #10475 from erw7/fix-ext-popupmenu
Fix some keys not working in ext_popupmenu
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r-- | src/nvim/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h index 1f549160db..8867b5ee24 100644 --- a/src/nvim/ui.h +++ b/src/nvim/ui.h @@ -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 |