mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local nvim, call = helpers.meths, helpers.call
|
||||
local nvim, call = helpers.api, helpers.call
|
||||
local clear, eq = helpers.clear, helpers.eq
|
||||
local source, command = helpers.source, helpers.command
|
||||
local exc_exec = helpers.exc_exec
|
||||
|
||||
Reference in New Issue
Block a user