Hi Edd,
On Sat, 23 Sep 2023 12:06:22 +0100, Edd Barrett wrote:
> Relatively simple update to neovim.
>
> Only lightly tested. Please try it out.
I also did an update for Neovim 0.9.2 and yours is almost similar to mine.
OK, build and tests on current/amd64.
I tested your Neovim port update with my Lua configuration (more than 20
plugins used ; LSP servers for Go, Lua, Python with lspconfig plugin...) :
no issue detected :)
In Makefile, could you make the following changes?
- remove DISTFILES variable => no longer necessary
- replace SITES.{a,b,c} and DISTFILES.{a,b,c} with more understandable
values
SITES.luv = https://github.com/luvit/luv/archive/
DISTFILES.luv = luv-{}${LUV_VER}${EXTRACT_SUFX}
SITES.LuaJIT = https://github.com/LuaJIT/LuaJIT/archive/
DISTFILES.LuaJIT = luajit-{}${LUAJIT_VER}${EXTRACT_SUFX}
SITES.lua-compat-5.3 = https://github.com/keplerproject/lua-
compat-5.3/archive/
DISTFILES.lua-compat-5.3 = lua-compat-5.3-{}${LUACOMPAT_VER}$
{EXTRACT_SUFX}
regards, Laurent