From 27edc647097092cece17f8d5b82f148535606de8 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 9 Feb 2023 11:43:34 +0100 Subject: [PATCH] docs(maintain): add note on updating luvref.txt --- MAINTAIN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAIN.md b/MAINTAIN.md index 95a3916535..1b3176f4ff 100644 --- a/MAINTAIN.md +++ b/MAINTAIN.md @@ -69,6 +69,7 @@ Some can be auto-bumped by `scripts/bump_deps.lua`. * [LuaJIT](https://github.com/LuaJIT/LuaJIT) * [Lua](https://www.lua.org/download.html) * [Luv](https://github.com/luvit/luv) + * 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)