diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-02-09 13:15:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 13:15:29 +0100 |
commit | 2af31fc50ac20493e0e931fc0750e3d15da436ef (patch) | |
tree | ddcaced986556cd967c6899c47e443b726f6008b | |
parent | 1b379ce4302e727e01daa051c047e97359ee34e8 (diff) | |
parent | 1aa128b0ea8764b01a433b91ba62faa77cce84f8 (diff) | |
download | rneovim-2af31fc50ac20493e0e931fc0750e3d15da436ef.tar.gz rneovim-2af31fc50ac20493e0e931fc0750e3d15da436ef.tar.bz2 rneovim-2af31fc50ac20493e0e931fc0750e3d15da436ef.zip |
Merge pull request #22186 from clason/maintain
* docs(maintain): add note on updating `luvref.txt`
* docs(luvref): update version info
-rw-r--r-- | MAINTAIN.md | 1 | ||||
-rw-r--r-- | runtime/doc/luvref.txt | 8 |
2 files changed, 5 insertions, 4 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) diff --git a/runtime/doc/luvref.txt b/runtime/doc/luvref.txt index b7ce273f5f..66cee0649c 100644 --- a/runtime/doc/luvref.txt +++ b/runtime/doc/luvref.txt @@ -3976,11 +3976,11 @@ uv.metrics_idle_time() *uv.metrics_idle_time()* ============================================================================== CREDITS *luv-credits* -This document is a reformatted version of the LUV documentation, based on -commit c51e705 (5 May 2022) of the luv repository -https://github.com/luvit/luv/commit/c51e7052ec4f0a25058f70c1b4ee99dd36180e59. +This document is a reformatted version of the LUV documentation, up-to-date +with commit e8e7b7e (3 Feb 2023) of the luv repository +https://github.com/luvit/luv/commit/e8e7b7e13225348a8806118a3ea9e021383a9536. -Included from https://github.com/nanotee/luv-vimdocs with kind permission. +Based on https://github.com/nanotee/luv-vimdocs with kind permission. vim:tw=78:ts=8:ft=help:norl: |