diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-20 18:32:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 18:32:54 +0100 |
commit | 87b40f7445dce4477d575ac74b63132bade60a47 (patch) | |
tree | 2d6fb7c7d1396b355cc8e84854519127e08e430b /test/functional/helpers.lua | |
parent | ccb005b9e0d509bbe595515e7e17b0e9713a2c19 (diff) | |
parent | 127b8569e63d57321fc4cd77b7e55781f1447365 (diff) | |
download | rneovim-87b40f7445dce4477d575ac74b63132bade60a47.tar.gz rneovim-87b40f7445dce4477d575ac74b63132bade60a47.tar.bz2 rneovim-87b40f7445dce4477d575ac74b63132bade60a47.zip |
Merge #9280 'Lua 5.2+ compatbility'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index a94e977cd0..272b80466c 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -1,3 +1,4 @@ +require('vim.compat') require('coxpcall') local luv = require('luv') local lfs = require('lfs') |