aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-18 23:38:52 -0800
committerGitHub <noreply@github.com>2020-02-18 23:38:52 -0800
commite8f160c82f8d4809320699630e07a7e5f4537e77 (patch)
treed4b6c45adac6dc5cffe3623c298da7fdd673fc08 /test/unit/helpers.lua
parent521b79c0f85625f99ff626935484a1225360f820 (diff)
parentf3d4ddd0f8b654d58fb4653d88ac7f652e3ad364 (diff)
downloadrneovim-e8f160c82f8d4809320699630e07a7e5f4537e77.tar.gz
rneovim-e8f160c82f8d4809320699630e07a7e5f4537e77.tar.bz2
rneovim-e8f160c82f8d4809320699630e07a7e5f4537e77.zip
Merge #11895 'lsp: fix textDocument/completion handling'
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index bacdc54416..a77a089763 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -13,7 +13,7 @@ local syscall = nil
local check_cores = global_helpers.check_cores
local dedent = global_helpers.dedent
local neq = global_helpers.neq
-local map = global_helpers.map
+local map = global_helpers.tbl_map
local eq = global_helpers.eq
local trim = global_helpers.trim