mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
refactor: reduce number of unique char casts (#15995)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#define HL_CONCEAL 0x20000 // can be concealed
|
||||
#define HL_CONCEALENDS 0x40000 // can be concealed
|
||||
|
||||
#define SYN_GROUP_STATIC(s) syn_check_group((char_u *)S_LEN(s))
|
||||
#define SYN_GROUP_STATIC(s) syn_check_group(S_LEN(s))
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
|
Reference in New Issue
Block a user