mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
refactor: enable -Wconversion warning for edit.c
Work on https://github.com/neovim/neovim/issues/567
This commit is contained in:
@@ -29,7 +29,7 @@ typedef ptrdiff_t bcount_t;
|
||||
|
||||
// delete the columns between mincol and endcol
|
||||
typedef struct {
|
||||
int start_row;
|
||||
linenr_T start_row;
|
||||
colnr_T start_col;
|
||||
int old_row;
|
||||
colnr_T old_col;
|
||||
|
||||
Reference in New Issue
Block a user