mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 13:42:41 +00:00
test/functional: clean up according to luacheck (part 2)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
-- Also test undo after ":%s" and formatting.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local feed, insert = helpers.feed, helpers.insert
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
|
||||
describe('alignment', function()
|
||||
|
||||
Reference in New Issue
Block a user