neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5d3562d810850ee99c6352f345749d34a08a66d1
parent 50f5864dd245400415e56175dd866e67a67d6c8e
Author: Gregory Anders <greg@gpanders.com>
Date:   Thu, 30 Nov 2023 13:50:51 -0600

docs: update MAINTAIN.md

Diffstat:
MMAINTAIN.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAIN.md b/MAINTAIN.md @@ -122,7 +122,6 @@ Some can be auto-bumped by `scripts/bump_deps.lua`. * When bumping, also sync [our bundled documentation](https://github.com/neovim/neovim/blob/master/runtime/doc/luvref.txt) with [the upstream documentation](https://github.com/luvit/luv/blob/master/docs.md). * [gettext](https://ftp.gnu.org/pub/gnu/gettext/) * [libiconv](https://ftp.gnu.org/pub/gnu/libiconv) -* [libtermkey](https://github.com/neovim/libtermkey) * [libuv](https://github.com/libuv/libuv) * [libvterm](http://www.leonerd.org.uk/code/libvterm/) * [lua-compat](https://github.com/keplerproject/lua-compat-5.3) @@ -150,6 +149,7 @@ These dependencies are "vendored" (inlined), we must update the sources manually * Vendored from LPeg. Needs to be updated when LPeg is updated. * `src/bit.c`: only for PUC lua: port of `require'bit'` from luajit https://bitop.luajit.org/ * `runtime/lua/coxpcall.lua`: coxpcall (only needed for PUC lua, builtin to luajit) +* `src/termkey`: [libtermkey](https://github.com/neovim/libtermkey) ### Forks