From 221f6fffad12beaa928ccedae336d64b7b1c1208 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 29 Nov 2018 22:51:20 +0100 Subject: runtime/lua/vim/compat.lua ref #9280 Introduce the `vim.compat` module, to help environments with system Lua 5.2+ run the build/tests. Include the module implicitly in all tests. ref #8677 legacy `vim` module: beep buffer command dict eval firstline lastline line list open type window --- test/functional/eval/function_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/eval/function_spec.lua') diff --git a/test/functional/eval/function_spec.lua b/test/functional/eval/function_spec.lua index 1a86576fde..776e760aaf 100644 --- a/test/functional/eval/function_spec.lua +++ b/test/functional/eval/function_spec.lua @@ -1,5 +1,4 @@ local helpers = require('test.functional.helpers')(after_each) -local unpack = table.unpack or unpack -- luacheck: ignore local clear = helpers.clear local eq = helpers.eq -- cgit