refactor: enable -Wconversion warning for edit.c

Work on https://github.com/neovim/neovim/issues/567
This commit is contained in:
Dundar Goc
2022-04-29 11:44:06 +02:00
parent 8bbeab9989
commit 21a31ea929
8 changed files with 59 additions and 68 deletions

View File

@@ -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;