Files
neovim/src/nvim
Christian Clason 6c96ec8c45 build(deps): vendor lpeg
Problem: LPeg is hosted on a single unreliable external hoster, forcing
is to mirror it in neovim/deps, which adds maintenance friction. Also,
we have already vendored the Lua `re.lua` module.

Solution: Vendor all of LPeg v1.1.0; as development is not very active
anymore, this should not add much overhead (and allow us to simplify in
particular the Zig build scripts).

Note: LPeg defines a `luaL_newlib` macro for Lua 5.1, which conflicts
with LuaJIT's extension. This requires inlining the macro defined in
`lptypes.h` and used in `lptree.c`; see README.md for the patch.
2026-08-30 10:53:36 +02:00
..
2026-08-14 09:30:31 -04:00
2026-08-14 09:30:31 -04:00
2026-08-30 10:53:36 +02:00
2026-08-14 09:30:31 -04:00
2026-08-14 09:30:31 -04:00
2026-08-14 09:30:31 -04:00
2024-01-11 21:37:23 +01:00
2026-08-07 19:54:29 -04:00
2026-03-11 18:00:18 +01:00
2026-08-07 19:54:29 -04:00
2024-01-11 21:37:23 +01:00
2023-11-28 22:23:56 +01:00
2026-08-18 21:43:35 +02:00
2024-01-11 21:37:23 +01:00
2026-08-07 19:54:29 -04:00
2026-08-23 12:38:07 -04:00
2026-04-14 18:39:38 +02:00
2026-04-20 07:09:37 -04:00
2026-08-14 09:30:31 -04:00
2026-08-14 09:30:31 -04:00
2026-08-23 12:38:07 -04:00
2026-08-07 19:54:29 -04:00
2026-08-07 19:54:29 -04:00
2026-08-14 09:30:31 -04:00
2025-11-16 20:36:07 -08:00
2026-08-23 12:38:07 -04:00
2026-07-16 21:39:40 +02:00
2026-08-19 07:18:34 -04:00
2026-08-14 09:30:31 -04:00
2026-08-14 09:30:31 -04:00
2026-08-07 19:54:29 -04:00
2026-07-18 14:31:36 -04:00
2024-01-11 21:37:23 +01:00
2025-09-13 22:49:50 -04:00
2026-08-26 06:27:12 -04:00