aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 02:36:46 +0200
committerGitHub <noreply@github.com>2019-07-29 02:36:46 +0200
commitcaa8c06bae0ff351edb22d566a92a4b1009f191d (patch)
tree69052a0f25d5b6e9207dacbec2da568866cac92d /src/nvim/popupmnu.c
parent505f47403ba6a95179ae854c80db07ae77d70947 (diff)
downloadrneovim-caa8c06bae0ff351edb22d566a92a4b1009f191d.tar.gz
rneovim-caa8c06bae0ff351edb22d566a92a4b1009f191d.tar.bz2
rneovim-caa8c06bae0ff351edb22d566a92a4b1009f191d.zip
vim-patch:8.1.1138: add CompleteChanged #10644
(This was originally a Neovim patch, but this commit merges some changes from the Vim patch.) https://github.com/vim/vim/commit/d7f246c68cfb97406bcd4b098a2df2d870b3ef92
Diffstat (limited to 'src/nvim/popupmnu.c')
-rw-r--r--src/nvim/popupmnu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c
index ef4330003f..ce40bc15e0 100644
--- a/src/nvim/popupmnu.c
+++ b/src/nvim/popupmnu.c
@@ -855,7 +855,8 @@ int pum_get_height(void)
return pum_height;
}
-void pum_set_boundings(dict_T *dict)
+/// Add size information about the pum to "dict".
+void pum_set_event_info(dict_T *dict)
{
if (!pum_visible()) {
return;