mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
test: fix
This commit is contained in:
parent
c168dc32b9
commit
bd8ef4ea24
@ -1,6 +1,6 @@
|
|||||||
-- Test for a lot of variations of the 'fileformats' option
|
-- Test for a lot of variations of the 'fileformats' option
|
||||||
|
|
||||||
local helpers = require('test.functional.helpers')
|
local helpers = require('test.functional.helpers')(after_each)
|
||||||
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
|
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
|
||||||
local eq, write_file = helpers.eq, helpers.write_file
|
local eq, write_file = helpers.eq, helpers.write_file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user