diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-01-17 15:58:05 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-17 23:06:04 +0100 |
commit | a8a38f346548f507f06ff07d790d87913007523f (patch) | |
tree | 60f8d3afaa6769c542e5e5d4289243fc0718e76b /test/helpers.lua | |
parent | 279043d62526674118e4ddb531f8cf7195060928 (diff) | |
download | rneovim-a8a38f346548f507f06ff07d790d87913007523f.tar.gz rneovim-a8a38f346548f507f06ff07d790d87913007523f.tar.bz2 rneovim-a8a38f346548f507f06ff07d790d87913007523f.zip |
test: Lua 5.2/5.3 compat
close #9515
ref #9280
Diffstat (limited to 'test/helpers.lua')
-rw-r--r-- | test/helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers.lua b/test/helpers.lua index a6ed312213..59da274e87 100644 --- a/test/helpers.lua +++ b/test/helpers.lua @@ -1,3 +1,4 @@ +require('vim.compat') local assert = require('luassert') local luv = require('luv') local lfs = require('lfs') |