mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Tests for nested function.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local clear, insert = helpers.clear, helpers.insert
|
||||
local execute, expect, source = helpers.execute, helpers.expect, helpers.source
|
||||
|
||||
describe('test_nested_function', function()
|
||||
|
Reference in New Issue
Block a user