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

@@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
local clear = helpers.clear
local exec_lua = helpers.exec_lua
local meths = helpers.meths
local api = helpers.api
local source = helpers.source
local eq = helpers.eq
@@ -16,7 +16,7 @@ end
describe('put', function()
before_each(clear)
after_each(function()
eq({}, meths.nvim_get_vvar('errors'))
eq({}, api.nvim_get_vvar('errors'))
end)
it('very large count 64-bit', function()