mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #22186 from clason/maintain
* docs(maintain): add note on updating `luvref.txt` * docs(luvref): update version info
This commit is contained in:
commit
2af31fc50a
@ -69,6 +69,7 @@ Some can be auto-bumped by `scripts/bump_deps.lua`.
|
|||||||
* [LuaJIT](https://github.com/LuaJIT/LuaJIT)
|
* [LuaJIT](https://github.com/LuaJIT/LuaJIT)
|
||||||
* [Lua](https://www.lua.org/download.html)
|
* [Lua](https://www.lua.org/download.html)
|
||||||
* [Luv](https://github.com/luvit/luv)
|
* [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/)
|
* [gettext](https://ftp.gnu.org/pub/gnu/gettext/)
|
||||||
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv)
|
* [libiconv](https://ftp.gnu.org/pub/gnu/libiconv)
|
||||||
* [libtermkey](https://github.com/neovim/libtermkey)
|
* [libtermkey](https://github.com/neovim/libtermkey)
|
||||||
|
@ -3976,11 +3976,11 @@ uv.metrics_idle_time() *uv.metrics_idle_time()*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CREDITS *luv-credits*
|
CREDITS *luv-credits*
|
||||||
|
|
||||||
This document is a reformatted version of the LUV documentation, based on
|
This document is a reformatted version of the LUV documentation, up-to-date
|
||||||
commit c51e705 (5 May 2022) of the luv repository
|
with commit e8e7b7e (3 Feb 2023) of the luv repository
|
||||||
https://github.com/luvit/luv/commit/c51e7052ec4f0a25058f70c1b4ee99dd36180e59.
|
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:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user