refactor: use bool to represent boolean values

This commit is contained in:
dundargoc
2023-12-16 22:14:28 +01:00
committed by dundargoc
parent 693aea0e9e
commit 7f6b775b45
49 changed files with 175 additions and 186 deletions

View File

@@ -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;