mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00

problem: the api of vim.mpack is not compatible with a system provided mpack solution: don't require 'mpack' directly from the system path
4 lines
51 B
C
4 lines
51 B
C
#include <lua.h>
|
|
|
|
int luaopen_mpack(lua_State *L);
|