mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Merge pull request #29124 from bfredl/inputring
refactor(input): don't use a ring for input
This commit is contained in:
@@ -155,7 +155,6 @@ void event_init(void)
|
||||
loop_init(&main_loop, NULL);
|
||||
resize_events = multiqueue_new_child(main_loop.events);
|
||||
|
||||
input_init();
|
||||
signal_init();
|
||||
// mspgack-rpc initialization
|
||||
channel_init();
|
||||
|
Reference in New Issue
Block a user