mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
mch_early_init() -> early_init().
Move general initialization functions to early_init, which simplifies test/unit/helpers.lua, which requires all these functions.
This commit is contained in:
@@ -439,12 +439,6 @@ int mch_nodetype(char_u *name)
|
||||
return NODE_WRITABLE;
|
||||
}
|
||||
|
||||
void mch_early_init(void)
|
||||
{
|
||||
handle_init();
|
||||
time_init();
|
||||
}
|
||||
|
||||
#if defined(EXITFREE) || defined(PROTO)
|
||||
void mch_free_mem(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user