mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
refactor: rename mch_exit => os_exit
- No code changes - Move it to main.c
This commit is contained in:
@@ -564,7 +564,7 @@ void rpc_close(Channel *channel)
|
||||
static void exit_event(void **argv)
|
||||
{
|
||||
if (!exiting) {
|
||||
mch_exit(0);
|
||||
os_exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user