mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
test/functional: clean up according to luacheck (part 2)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local execute, expect = helpers.execute, helpers.expect
|
||||
local expect = helpers.expect
|
||||
|
||||
describe('source function', function()
|
||||
setup(clear)
|
||||
|
Reference in New Issue
Block a user