mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
log: log_key()
This commit is contained in:
@@ -65,9 +65,7 @@ getkey:
|
||||
}
|
||||
|
||||
#if MIN_LOG_LEVEL <= DEBUG_LOG_LEVEL
|
||||
char *keyname = key == K_EVENT
|
||||
? "K_EVENT" : (char *)get_special_key_name(key, mod_mask);
|
||||
DLOG("input: %s", keyname);
|
||||
log_key(DEBUG_LOG_LEVEL, key);
|
||||
#endif
|
||||
|
||||
int execute_result = s->execute(s, key);
|
||||
|
Reference in New Issue
Block a user