mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
refactor: replace char_u with char 24 (#21823)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -58,7 +58,7 @@ struct Decoration {
|
||||
DecorPriority priority;
|
||||
int col; // fixed col value, like win_col
|
||||
int virt_text_width; // width of virt_text
|
||||
char_u *sign_text;
|
||||
char *sign_text;
|
||||
int sign_hl_id;
|
||||
int number_hl_id;
|
||||
int line_hl_id;
|
||||
|
Reference in New Issue
Block a user