ext_cmdline: lint

This commit is contained in:
Dongdong Zhou
2017-02-27 02:56:38 +00:00
committed by Björn Linse
parent 26fd70bd18
commit b7a8a76f6e
2 changed files with 9 additions and 7 deletions

View File

@@ -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