diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-08-09 13:21:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-09 13:21:50 +0200 |
| commit | 33ddca6fa0534df2605699070fdd1e5c6e4a7bcf (patch) | |
| tree | d06edf127049b26d5fbb00ca752eb1b82685ba6b /runtime/doc/lua.txt | |
| parent | cd14efd281c260c92936f05bf5f91780f8912f81 (diff) | |
| download | rneovim-33ddca6fa0534df2605699070fdd1e5c6e4a7bcf.tar.gz rneovim-33ddca6fa0534df2605699070fdd1e5c6e4a7bcf.tar.bz2 rneovim-33ddca6fa0534df2605699070fdd1e5c6e4a7bcf.zip | |
docs(lua): add luv (`vim.loop`) reference manual (#19679)
Upstreamed from https://github.com/nanotee/luv-vimdocs with kind
permission from @nanotee.
Diffstat (limited to 'runtime/doc/lua.txt')
| -rw-r--r-- | runtime/doc/lua.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |