mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Test for 'scrollbind' causing an unexpected scroll of one of the windows.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
local source = helpers.source
|
||||
local clear, expect = helpers.clear, helpers.expect
|
||||
|
||||
describe('scrollbind', function()
|
||||
setup(clear)
|
||||
|
||||
Reference in New Issue
Block a user