From 33ddca6fa0534df2605699070fdd1e5c6e4a7bcf Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 9 Aug 2022 13:21:50 +0200 Subject: docs(lua): add luv (`vim.loop`) reference manual (#19679) Upstreamed from https://github.com/nanotee/luv-vimdocs with kind permission from @nanotee. --- runtime/doc/lua.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/lua.txt') diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt index 52d25d82e6..5f6a1e4d73 100644 --- a/runtime/doc/lua.txt +++ b/runtime/doc/lua.txt @@ -516,8 +516,8 @@ management. Try this command to see available functions: > :lua print(vim.inspect(vim.loop)) < -Reference: https://github.com/luvit/luv/blob/master/docs.md -Examples: https://github.com/luvit/luv/tree/master/examples +Internally, `vim.loop` wraps the "luv" Lua bindings for the LibUV library; +see |luv-intro| for a full reference manual. *E5560* *lua-loop-callbacks* It is an error to directly invoke `vim.api` functions (except |api-fast|) in -- cgit