feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()

This commit is contained in:
Luuk van Baal
2023-04-01 14:58:52 +02:00
parent 9e7426718b
commit f0ac91c58b
13 changed files with 153 additions and 74 deletions

View File

@@ -247,8 +247,8 @@ typedef struct {
/// highlight attributes with associated priorities
typedef struct {
int attr_id;
int hl_id;
int priority;
} HlPriAttr;
} HlPriId;
#endif // NVIM_HIGHLIGHT_DEFS_H