Closed clason closed 3 years ago
Need to update cachepack.lua to use the new methods names for 0.5 compat
(CI failure is due to hard-coding the list of modules whose order is not stable and likely changed due to the LuaJIT bump on Neovim HEAD.)
No problem, I'll fix ci another time
Thanks btw
vim.mpack.pack
->vim.mpack.encode
vim.mpack.unpack
->vim.mpack.decode
https://github.com/neovim/neovim/pull/16175closes #36