feat(api): expose extmark right_gravity and end_right_gravity

This commit is contained in:
notomo
2022-01-24 09:52:13 +09:00
parent 7e2ce35e3b
commit 3d9ae9d2da
6 changed files with 35 additions and 9 deletions

View File

@@ -16,6 +16,8 @@ typedef struct {
colnr_T col;
int end_row;
colnr_T end_col;
bool right_gravity;
bool end_right_gravity;
Decoration decor; // TODO(bfredl): CHONKY
} ExtmarkInfo;