mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
feat(decorations): support virtual lines (for now: only one block at a time)
This commit is contained in:
@@ -868,6 +868,12 @@ struct file_buffer {
|
||||
Map(uint64_t, ExtmarkItem) b_extmark_index[1];
|
||||
Map(uint64_t, ExtmarkNs) b_extmark_ns[1]; // extmark namespaces
|
||||
|
||||
VirtLines b_virt_lines;
|
||||
uint64_t b_virt_line_mark;
|
||||
int b_virt_line_pos;
|
||||
bool b_virt_line_above;
|
||||
bool b_virt_line_leftcol;
|
||||
|
||||
// array of channel_id:s which have asked to receive updates for this
|
||||
// buffer.
|
||||
kvec_t(uint64_t) update_channels;
|
||||
|
Reference in New Issue
Block a user