mirror of
https://github.com/neovim/neovim.git
synced 2026-02-17 00:54:15 +00:00
lua: move test helper function, map and filter, to vim.shared module
This commit is contained in:
@@ -6,8 +6,8 @@ local insert = helpers.insert
|
||||
local feed = helpers.feed
|
||||
local expect = helpers.expect
|
||||
local eq = helpers.eq
|
||||
local map = helpers.map
|
||||
local filter = helpers.filter
|
||||
local map = helpers.tbl_map
|
||||
local filter = helpers.tbl_filter
|
||||
local feed_command = helpers.feed_command
|
||||
local curbuf_contents = helpers.curbuf_contents
|
||||
local funcs = helpers.funcs
|
||||
|
||||
Reference in New Issue
Block a user