mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
test/util: matches()
This commit is contained in:
@@ -16,6 +16,7 @@ local neq = global_helpers.neq
|
||||
local eq = global_helpers.eq
|
||||
local ok = global_helpers.ok
|
||||
local map = global_helpers.map
|
||||
local matches = global_helpers.matches
|
||||
local filter = global_helpers.filter
|
||||
local dedent = global_helpers.dedent
|
||||
local table_flatten = global_helpers.table_flatten
|
||||
@@ -747,6 +748,7 @@ local module = {
|
||||
insert = insert,
|
||||
iswin = iswin,
|
||||
map = map,
|
||||
matches = matches,
|
||||
merge_args = merge_args,
|
||||
meth_pcall = meth_pcall,
|
||||
meths = meths,
|
||||
|
||||
Reference in New Issue
Block a user