mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
Testlint. (#4881)
This commit is contained in:
committed by
Justin M. Keyes
parent
d97a97d7e8
commit
999590b313
@@ -2,8 +2,8 @@
|
||||
-- disabled.
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local clear, execute, expect, write_file = helpers.clear, helpers.execute, helpers.expect, helpers.write_file
|
||||
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
|
||||
local expect, write_file = helpers.expect, helpers.write_file
|
||||
|
||||
describe('errorformat', function()
|
||||
setup(function()
|
||||
|
||||
Reference in New Issue
Block a user