aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2023-11-30 13:50:51 -0600
committerGregory Anders <greg@gpanders.com>2023-11-30 13:50:51 -0600
commit5d3562d810850ee99c6352f345749d34a08a66d1 (patch)
treeba27377212f73b431061c08c46e36998230c0e92
parent50f5864dd245400415e56175dd866e67a67d6c8e (diff)
downloadrneovim-5d3562d810850ee99c6352f345749d34a08a66d1.tar.gz
rneovim-5d3562d810850ee99c6352f345749d34a08a66d1.tar.bz2
rneovim-5d3562d810850ee99c6352f345749d34a08a66d1.zip
docs: update MAINTAIN.md
-rw-r--r--MAINTAIN.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md
index ff5f3fe5a1..2fd43f3685 100644
--- 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