diff options
author | Dongdong Zhou <dzhou121@gmail.com> | 2017-02-27 02:56:38 +0000 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-10-26 09:35:12 +0200 |
commit | b7a8a76f6e3b2de1cfdf32e3ccc66d87ab8e5cad (patch) | |
tree | 3a97ef9aefabb4643677b24e98ce39729e444669 /test/functional/ui/cmdline_spec.lua | |
parent | 26fd70bd18283701a2ade11407694485cd0f7e35 (diff) | |
download | rneovim-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.lua | 3 |
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 |