mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -3674,7 +3674,7 @@ static void syn_clear_keyword(int id, hashtab_T *ht)
|
||||
if (kp_next == NULL) {
|
||||
hash_remove(ht, hi);
|
||||
} else {
|
||||
hi->hi_key = (char *)KE2HIKEY(kp_next);
|
||||
hi->hi_key = KE2HIKEY(kp_next);
|
||||
}
|
||||
} else {
|
||||
kp_prev->ke_next = kp_next;
|
||||
|
Reference in New Issue
Block a user