aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-24 23:51:16 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-25 00:42:44 -0400
commit49c5689f45b9f222ed58e18e55678df7fb971ee8 (patch)
treed791466a974ee713acd463326b1e9501452d1528 /test/unit/helpers.lua
parent6e5343d2306aa805b523b7cd086796c0d899ee7d (diff)
downloadrneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.tar.gz
rneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.tar.bz2
rneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.zip
test/unit: ensure event_init()
Closes #4635 References #4630 References https://github.com/neovim/neovim/pull/4070#discussion_r50626558
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua1
1 files changed, 1 insertions, 0 deletions
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.