mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
Convert some values from buffer_defs.h to bools
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user