aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_spec.lua
diff options
context:
space:
mode:
authorDongdong Zhou <dzhou121@gmail.com>2017-02-27 02:56:38 +0000
committerBjörn Linse <bjorn.linse@gmail.com>2017-10-26 09:35:12 +0200
commitb7a8a76f6e3b2de1cfdf32e3ccc66d87ab8e5cad (patch)
tree3a97ef9aefabb4643677b24e98ce39729e444669 /test/functional/ui/cmdline_spec.lua
parent26fd70bd18283701a2ade11407694485cd0f7e35 (diff)
downloadrneovim-b7a8a76f6e3b2de1cfdf32e3ccc66d87ab8e5cad.tar.gz
rneovim-b7a8a76f6e3b2de1cfdf32e3ccc66d87ab8e5cad.tar.bz2
rneovim-b7a8a76f6e3b2de1cfdf32e3ccc66d87ab8e5cad.zip
ext_cmdline: lint
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
-rw-r--r--test/functional/ui/cmdline_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua
index 67eff9827c..d0726f5924 100644
--- a/test/functional/ui/cmdline_spec.lua
+++ b/test/functional/ui/cmdline_spec.lua
@@ -1,7 +1,6 @@
local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
-local clear, feed, execute, eq = helpers.clear, helpers.feed, helpers.execute, helpers.eq
-local funcs = helpers.funcs
+local clear, feed, eq = helpers.clear, helpers.feed, helpers.eq
if helpers.pending_win32(pending) then return end