fix(extmarks): revert to int for extmark row

This commit is contained in:
zeertzjq
2022-05-07 08:59:07 +08:00
parent b2a8ed0855
commit f5ed1b3908
4 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ typedef ptrdiff_t bcount_t;
// delete the columns between mincol and endcol
typedef struct {
linenr_T start_row;
int start_row;
colnr_T start_col;
int old_row;
colnr_T old_col;