neovim

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

commit 27edc647097092cece17f8d5b82f148535606de8
parent 645daaf5e912ca8623a99dbc2cdbeb34d64a91f8
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu,  9 Feb 2023 11:43:34 +0100

docs(maintain): add note on updating luvref.txt

Diffstat:
MMAINTAIN.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)