diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-05-30 20:09:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 20:09:51 +0200 |
commit | 8427da92998292003c80e743b7611ee28060e3b9 (patch) | |
tree | 66f2f89a09c47fc03892f7ffd05c640f75588d49 /src/nvim/main.c | |
parent | e86901eb6859cb262109be37b890763775a7f934 (diff) | |
parent | 1f63052b682a6019d7f092553747272195fbfffd (diff) | |
download | rneovim-8427da92998292003c80e743b7611ee28060e3b9.tar.gz rneovim-8427da92998292003c80e743b7611ee28060e3b9.tar.bz2 rneovim-8427da92998292003c80e743b7611ee28060e3b9.zip |
Merge pull request #18798 from bfredl/doublehash
refactor(api): use hashy hash for looking up api method and event names
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r-- | src/nvim/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 936b42be23..fabfc57037 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -121,7 +121,6 @@ void event_init(void) resize_events = multiqueue_new_child(main_loop.events); // early msgpack-rpc initialization - msgpack_rpc_init_method_table(); msgpack_rpc_helpers_init(); input_init(); signal_init(); |