From 284e0ad26dd9de90c3a813dd1b357a425eca6bad Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Fri, 12 Jan 2024 12:03:25 +0000 Subject: test: use vim.mpack and vim.uv directly --- test/client/msgpack_rpc_stream.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/client/msgpack_rpc_stream.lua') diff --git a/test/client/msgpack_rpc_stream.lua b/test/client/msgpack_rpc_stream.lua index ff054ae62b..c91c4fdc2e 100644 --- a/test/client/msgpack_rpc_stream.lua +++ b/test/client/msgpack_rpc_stream.lua @@ -1,4 +1,4 @@ -local mpack = require('mpack') +local mpack = vim.mpack -- temporary hack to be able to manipulate buffer/window/tabpage local Buffer = {} -- cgit