log: RPC, input, other events

This commit is contained in:
Justin M. Keyes
2018-09-18 23:26:03 +02:00
parent b9bcfa9bc8
commit 7c00b9efca
5 changed files with 13 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ void mch_exit(int r)
free_all_mem();
#endif
ILOG("Nvim exit: %d", r);
exit(r);
}