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,8 +1,8 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear = helpers.clear
|
||||
local eq = helpers.eq
|
||||
local fnamemodify = helpers.funcs.fnamemodify
|
||||
local getcwd = helpers.funcs.getcwd
|
||||
local fnamemodify = helpers.fn.fnamemodify
|
||||
local getcwd = helpers.fn.getcwd
|
||||
local command = helpers.command
|
||||
local write_file = helpers.write_file
|
||||
local alter_slashes = helpers.alter_slashes
|
||||
|
||||
Reference in New Issue
Block a user