mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
misc1.c: enable -Wconversion
This commit is contained in:
@@ -1815,7 +1815,7 @@ static bool del_char_after_col(int limit_col)
|
||||
if (*get_cursor_pos_ptr() == NUL || curwin->w_cursor.col == ecol) {
|
||||
return false;
|
||||
}
|
||||
del_bytes((long)(ecol - curwin->w_cursor.col), false, true);
|
||||
del_bytes(ecol - curwin->w_cursor.col, false, true);
|
||||
} else {
|
||||
del_char(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user