lua: move test helper function, map and filter, to vim.shared module

This commit is contained in:
Hirokazu Hata
2020-02-18 17:41:29 +09:00
parent a2efc9cf8b
commit e2ed8053bf
8 changed files with 61 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ local cimport = helpers.cimport
local to_cstr = helpers.to_cstr
local alloc_log_new = helpers.alloc_log_new
local concat_tables = helpers.concat_tables
local map = helpers.map
local map = helpers.tbl_map
local a = eval_helpers.alloc_logging_helpers
local int = eval_helpers.int