mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
delete_spec: Fix linter errors.
This commit is contained in:
parent
2dfc8de1cf
commit
5734e21873
@ -1,7 +1,6 @@
|
||||
local helpers = require('test.functional.helpers')
|
||||
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
|
||||
local source = helpers.source
|
||||
local eq, eval, execute, expect = helpers.eq, helpers.eval, helpers.execute, helpers.expect
|
||||
local clear, source = helpers.clear, helpers.source
|
||||
local eq, eval, execute = helpers.eq, helpers.eval, helpers.execute
|
||||
|
||||
describe('Test for delete()', function()
|
||||
before_each(clear)
|
||||
|
Loading…
Reference in New Issue
Block a user