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

@@ -645,7 +645,7 @@ void decorations_add_luahl_attr(int attr_id,
{
kv_push(decorations.active,
((HlRange){ start_row, start_col,
end_row, end_col, attr_id, virt_text }));
end_row, end_col, attr_id, virt_text, true }));
}
/*