test: rename (meths, funcs) -> (api, fn)

This commit is contained in:
Lewis Russell
2024-01-12 17:59:57 +00:00
parent 4f81f506f9
commit 795f896a57
214 changed files with 6443 additions and 6560 deletions

View File

@@ -1,5 +1,5 @@
local helpers = require('test.functional.helpers')(nil)
local meths = helpers.meths
local api = helpers.api
local write_file = helpers.write_file
local concat_tables = helpers.concat_tables
@@ -28,7 +28,7 @@ local function reset(o)
args_rm = args_rm,
args = args,
}
meths.nvim_set_var('tmpname', tmpname)
api.nvim_set_var('tmpname', tmpname)
end
local clear = function()