mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
refactor: remove char_u (#22829)
Closes https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -92,7 +92,7 @@ getkey:
|
||||
}
|
||||
|
||||
#ifdef NVIM_LOG_DEBUG
|
||||
char *keyname = key == K_EVENT ? "K_EVENT" : (char *)get_special_key_name(key, mod_mask);
|
||||
char *keyname = key == K_EVENT ? "K_EVENT" : get_special_key_name(key, mod_mask);
|
||||
DLOG("input: %s", keyname);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user