mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
log: RPC, input, other events
This commit is contained in:
@@ -64,6 +64,12 @@ getkey:
|
||||
may_sync_undo();
|
||||
}
|
||||
|
||||
#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);
|
||||
#endif
|
||||
|
||||
int execute_result = s->execute(s, key);
|
||||
if (!execute_result) {
|
||||
break;
|
||||
|
Reference in New Issue
Block a user