mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 00:54:49 +00:00
lua: move test helper function, map and filter, to vim.shared module
This commit is contained in:
@@ -6,7 +6,7 @@ local command = helpers.command
|
||||
local eq = helpers.eq
|
||||
local eval = helpers.eval
|
||||
local feed = helpers.feed
|
||||
local map = helpers.map
|
||||
local map = helpers.tbl_map
|
||||
local nvim = helpers.nvim
|
||||
local parse_context = helpers.parse_context
|
||||
local redir_exec = helpers.redir_exec
|
||||
|
||||
Reference in New Issue
Block a user