mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor(map): get rid of spurious subsystem_init() functions due to maps
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user