mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
luahl: temporary workaround for virt_text ownership ambiguity
This commit is contained in:
@@ -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 }));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user