luahl: temporary workaround for virt_text ownership ambiguity

This commit is contained in:
Björn Linse
2020-09-12 19:30:32 +02:00
parent 4042975df4
commit 2c15f695a8
3 changed files with 15 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ typedef struct {
int end_col;
int attr_id;
VirtText *virt_text;
bool virt_text_owned;
} HlRange;
typedef struct {