mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
test: rename (meths, funcs) -> (api, fn)
This commit is contained in:
@@ -4,10 +4,10 @@ local clear = helpers.clear
|
||||
local command = helpers.command
|
||||
local eq = helpers.eq
|
||||
local exc_exec = helpers.exc_exec
|
||||
local get_win_var = helpers.meths.nvim_win_get_var
|
||||
local get_win_var = helpers.api.nvim_win_get_var
|
||||
|
||||
describe('setqflist()', function()
|
||||
local setqflist = helpers.funcs.setqflist
|
||||
local setqflist = helpers.fn.setqflist
|
||||
|
||||
before_each(clear)
|
||||
|
||||
@@ -46,7 +46,7 @@ describe('setqflist()', function()
|
||||
end)
|
||||
|
||||
describe('setloclist()', function()
|
||||
local setloclist = helpers.funcs.setloclist
|
||||
local setloclist = helpers.fn.setloclist
|
||||
|
||||
before_each(clear)
|
||||
|
||||
|
Reference in New Issue
Block a user