mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
extmark: review changes
This commit is contained in:
@@ -809,7 +809,7 @@ struct file_buffer {
|
||||
kvec_t(BufhlLine *) b_bufhl_move_space; // temporary space for highlights
|
||||
|
||||
PMap(uint64_t) *b_extmark_ns; // extmark namespaces
|
||||
kbtree_t(extlines) b_extlines; // extmarks
|
||||
kbtree_t(extmarklines) b_extlines; // extmarks
|
||||
kvec_t(ExtMarkLine *) b_extmark_move_space; // temp space for extmarks
|
||||
|
||||
// array of channel_id:s which have asked to receive updates for this
|
||||
|
Reference in New Issue
Block a user