Merge pull request #4724 from KillTheMule/more-testlint

Testlinting.
This commit is contained in:
Justin M. Keyes 2016-05-11 09:08:13 -04:00
commit 80e84550b2

View File

@ -2,7 +2,6 @@ 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 insert = helpers.insert
local execute, source, expect = helpers.execute, helpers.source, helpers.expect
describe('completion', function()