From 49c5689f45b9f222ed58e18e55678df7fb971ee8 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 24 Apr 2016 23:51:16 -0400 Subject: test/unit: ensure event_init() Closes #4635 References #4630 References https://github.com/neovim/neovim/pull/4070#discussion_r50626558 --- test/unit/helpers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/helpers.lua') diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 9b9c1fef0f..426ae2d9e0 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -140,6 +140,7 @@ do local time = cimport('./src/nvim/os/time.h') time.time_init() main.early_init() + main.event_init() end -- C constants. -- cgit