refactor(map): get rid of spurious subsystem_init() functions due to maps

This commit is contained in:
Björn Linse
2021-08-22 10:40:16 +02:00
parent 6d23a58b7d
commit b2277a4279
6 changed files with 25 additions and 45 deletions

View File

@@ -126,8 +126,6 @@ void event_init(void)
signal_init();
// finish mspgack-rpc initialization
channel_init();
remote_ui_init();
api_vim_init();
terminal_init();
ui_init();
}
@@ -161,7 +159,6 @@ void early_init(mparm_T *paramp)
env_init();
fs_init();
handle_init();
decor_init();
eval_init(); // init global variables
init_path(argv0 ? argv0 : "nvim");
init_normal_cmds(); // Init the table of Normal mode commands.