mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user