diff options
Diffstat (limited to 'test/client/msgpack_rpc_stream.lua')
-rw-r--r-- | test/client/msgpack_rpc_stream.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {} |