mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
refactor(highlight): merge redundant attr_entries and attr_entry_ids structs
An insert-only set now defines a monotonically increasing ordering by itself. It can be used to both lookup the key from index, and vice versa.
This commit is contained in:
@@ -219,6 +219,7 @@ typedef enum {
|
||||
kHlCombine,
|
||||
kHlBlend,
|
||||
kHlBlendThrough,
|
||||
kHlInvalid,
|
||||
} HlKind;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user