mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user