From 360d0513d1ba2d6e2b8948daad5bb56f11db7070 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Tue, 26 Apr 2016 21:14:33 +0200 Subject: Satisfy testlint. For that, make luatest ignore the preload.lua files. --- test/functional/api/tabpage_spec.lua | 1 - test/functional/api/vim_spec.lua | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/api') diff --git a/test/functional/api/tabpage_spec.lua b/test/functional/api/tabpage_spec.lua index 0f59bbea7b..c782107714 100644 --- a/test/functional/api/tabpage_spec.lua +++ b/test/functional/api/tabpage_spec.lua @@ -3,7 +3,6 @@ local helpers = require('test.functional.helpers') local clear, nvim, tabpage, curtab, eq, ok = helpers.clear, helpers.nvim, helpers.tabpage, helpers.curtab, helpers.eq, helpers.ok -local wait = helpers.wait local curtabmeths = helpers.curtabmeths local funcs = helpers.funcs diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 389badb423..20de6d0072 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -1,6 +1,7 @@ -- Sanity checks for vim_* API calls via msgpack-rpc local helpers = require('test.functional.helpers') local Screen = require('test.functional.ui.screen') +local NIL = helpers.NIL local clear, nvim, eq, neq = helpers.clear, helpers.nvim, helpers.eq, helpers.neq local ok, nvim_async, feed = helpers.ok, helpers.nvim_async, helpers.feed local os_name = helpers.os_name -- cgit