diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-02-09 11:43:34 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-02-09 11:45:54 +0100 |
commit | 27edc647097092cece17f8d5b82f148535606de8 (patch) | |
tree | 371e2b41da53783d68319a68d77e8e222ebc8abb | |
parent | 645daaf5e912ca8623a99dbc2cdbeb34d64a91f8 (diff) | |
download | rneovim-27edc647097092cece17f8d5b82f148535606de8.tar.gz rneovim-27edc647097092cece17f8d5b82f148535606de8.tar.bz2 rneovim-27edc647097092cece17f8d5b82f148535606de8.zip |
docs(maintain): add note on updating luvref.txt
-rw-r--r-- | MAINTAIN.md | 1 |
1 files changed, 1 insertions, 0 deletions
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) |