aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/popupmnu.c')
-rw-r--r--src/nvim/popupmnu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c
index 4c31e9e0ae..97db6efe37 100644
--- a/src/nvim/popupmnu.c
+++ b/src/nvim/popupmnu.c
@@ -31,8 +31,10 @@ static int pum_col; // left column of pum
static int pum_do_redraw = FALSE; // do redraw anyway
-static int pum_set_selected(int n, int repeat);
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "popupmnu.c.generated.h"
+#endif
#define PUM_DEF_HEIGHT 10
#define PUM_DEF_WIDTH 15