Files
neovim/src/mpack/lmpack.h
bfredl ffaf74f147 fix(build): distinguish vim.mpack from global require'mpack'
problem: the api of vim.mpack is not compatible with a system provided mpack
solution: don't require 'mpack' directly from the system path
2023-04-20 19:00:38 +02:00

4 lines
51 B
C

#include <lua.h>
int luaopen_mpack(lua_State *L);