diff options
Diffstat (limited to 'src/nvim/popupmenu.c')
-rw-r--r-- | src/nvim/popupmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/popupmenu.c b/src/nvim/popupmenu.c index a3e92fb595..c1f13c1115 100644 --- a/src/nvim/popupmenu.c +++ b/src/nvim/popupmenu.c @@ -810,7 +810,7 @@ win_T *pum_set_info(int pum_idx, char *info) /// menu must be recomputed. static bool pum_set_selected(int n, int repeat) { - int resized = false; + bool resized = false; int context = pum_height / 2; int prev_selected = pum_selected; |