diff options
Diffstat (limited to 'src/nvim/popupmnu.c')
-rw-r--r-- | src/nvim/popupmnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c index 19b92c5789..af2ab73dc8 100644 --- a/src/nvim/popupmnu.c +++ b/src/nvim/popupmnu.c @@ -604,7 +604,7 @@ static int pum_set_selected(int n, int repeat) } } - curbuf->b_changed = 0; + curbuf->b_changed = false; curbuf->b_p_ma = FALSE; curwin->w_cursor.lnum = 1; curwin->w_cursor.col = 0; |