mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor: use bool
to represent boolean values
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user