aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/defaults_spec.lua
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-04-26 21:14:33 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-04-28 19:30:17 +0200
commit360d0513d1ba2d6e2b8948daad5bb56f11db7070 (patch)
treef365f1bae22f77bae5730b383b48b1646af21b33 /test/functional/options/defaults_spec.lua
parente861af85f89e119193a9e219a4cb766757e28e5a (diff)
downloadrneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.tar.gz
rneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.tar.bz2
rneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.zip
Satisfy testlint.
For that, make luatest ignore the preload.lua files.
Diffstat (limited to 'test/functional/options/defaults_spec.lua')
-rw-r--r--test/functional/options/defaults_spec.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/options/defaults_spec.lua b/test/functional/options/defaults_spec.lua
index 7f0892ee3a..d4c3267997 100644
--- a/test/functional/options/defaults_spec.lua
+++ b/test/functional/options/defaults_spec.lua
@@ -1,8 +1,7 @@
local helpers = require('test.functional.helpers')
local Screen = require('test.functional.ui.screen')
-local clear, feed = helpers.clear, helpers.feed
-local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq
-local execute, source, expect = helpers.execute, helpers.source, helpers.expect
+local clear, eval, eq = helpers.clear, helpers.eval, helpers.eq
+local execute = helpers.execute
local function init_session(...)
local args = { helpers.nvim_prog, '-i', 'NONE', '--embed',