From: Stuart Henderson Subject: Re: neovim readme To: Edd Barrett Cc: ports Date: Thu, 26 Jun 2025 16:37:54 +0100 On 2025/06/26 16:23, Edd Barrett wrote: > On Thu, Jun 26, 2025 at 09:37:51AM +0100, Stuart Henderson wrote: > > Is the esc thing still an issue? > > It doesn't appear to be an issue any more. > > Here's the diff, OK? thanks :) ok. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/editors/neovim/Makefile,v > diff -u -p -r1.58 Makefile > --- Makefile 3 Jun 2025 22:00:44 -0000 1.58 > +++ Makefile 26 Jun 2025 14:46:32 -0000 > @@ -12,6 +12,7 @@ EMBED_LUAJIT = No > COMMENT = continuation and extension of Vim > > DIST_TUPLE = github neovim neovim v0.11.2 . > +REVISION = 0 > > # embedded luajit > USE_NOBTCFI = Yes > Index: pkg/README > =================================================================== > RCS file: /cvs/ports/editors/neovim/pkg/README,v > diff -u -p -r1.5 README > --- pkg/README 11 Mar 2022 18:58:33 -0000 1.5 > +++ pkg/README 26 Jun 2025 14:46:18 -0000 > @@ -7,9 +7,3 @@ LuaJIT Support > > Some Neovim plugins now require LuaJIT. Those plugins won't work on > architectures that have no LuaJIT support. > - > -Why is the Escape Key Not Working Right? > -======================================== > - > -If you use Neovim under tmux, you are likely being bitten by a libtermkey bug. > -Read the libtermkey package README for a workaround. > > -- > Best Regards > Edd Barrett > > https://www.theunixzoo.co.uk >