mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
decorations: memory error with ephemeral virt_text
This commit is contained in:
@@ -53,7 +53,7 @@ typedef struct {
|
||||
// TODO(bfredl): embed decoration instead, perhaps using an arena
|
||||
// for ephemerals?
|
||||
DecorPriority priority;
|
||||
VirtText *virt_text;
|
||||
VirtText virt_text;
|
||||
VirtTextPos virt_text_pos;
|
||||
bool virt_text_hide;
|
||||
HlMode hl_mode;
|
||||
|
Reference in New Issue
Block a user