mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
fix(extmarks): revert to int for extmark row
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user