mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -762,7 +762,7 @@ static bool pum_set_selected(int n, int repeat)
|
||||
&& (curbuf->b_p_bh[0] == 'w')) {
|
||||
// Already a "wipeout" buffer, make it empty.
|
||||
while (!buf_is_empty(curbuf)) {
|
||||
ml_delete((linenr_T)1, false);
|
||||
ml_delete(1, false);
|
||||
}
|
||||
} else {
|
||||
// Don't want to sync undo in the current buffer.
|
||||
|
Reference in New Issue
Block a user