mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor(marktree): embed the keymap in the MarkTree struct
This commit is contained in:
@@ -63,7 +63,7 @@ typedef struct {
|
||||
uint64_t next_id;
|
||||
// TODO(bfredl): the pointer to node could be part of the larger
|
||||
// Map(uint64_t, ExtmarkItem) essentially;
|
||||
PMap(uint64_t) *id2node;
|
||||
PMap(uint64_t) id2node[1];
|
||||
} MarkTree;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user