mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
-- characters.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local clear = helpers.clear
|
||||
local execute, expect = helpers.execute, helpers.expect
|
||||
|
||||
describe('glob() and globpath()', function()
|
||||
|
||||
Reference in New Issue
Block a user