mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
refactor: replace char_u with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -34,7 +34,7 @@ struct sign_entry {
|
||||
|
||||
/// Sign attributes. Used by the screen refresh routines.
|
||||
typedef struct {
|
||||
char_u *text;
|
||||
char *text;
|
||||
int hl_attr_id;
|
||||
int priority;
|
||||
} SignTextAttrs;
|
||||
|
Reference in New Issue
Block a user