mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
feat(api): expose extmark right_gravity and end_right_gravity
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user