aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2024-10-31 16:06:18 +0000
committerGitHub <noreply@github.com>2024-10-31 16:06:18 +0000
commit8585183ba2f27cb246b79c017149a878a543c82f (patch)
treef653c0cf8a96c9d54f42ea510c863101928182a3 /runtime/doc
parent1d4ba8c1edba064421b34c1197c3470a09798218 (diff)
parentbe04bbf781741255941c58ac3c1f5b0b7eedca32 (diff)
downloadrneovim-8585183ba2f27cb246b79c017149a878a543c82f.tar.gz
rneovim-8585183ba2f27cb246b79c017149a878a543c82f.tar.bz2
rneovim-8585183ba2f27cb246b79c017149a878a543c82f.zip
Merge pull request #31011 from lewis6991/refactor/loader
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lua.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/lua.txt b/runtime/doc/lua.txt
index c873523d9d..74a0ba821a 100644
--- a/runtime/doc/lua.txt
+++ b/runtime/doc/lua.txt
@@ -2519,8 +2519,8 @@ vim.loader.find({modname}, {opts}) *vim.loader.find()*
(`table[]`) A list of objects with the following fields:
• {modpath} (`string`) Path of the module
• {modname} (`string`) Name of the module
- • {stat}? (`uv.uv_fs_t`) The fs_stat of the module path. Won't be
- returned for `modname="*"`
+ • {stat}? (`uv.fs_stat.result`) The fs_stat of the module path. Won't
+ be returned for `modname="*"`
vim.loader.reset({path}) *vim.loader.reset()*
WARNING: This feature is experimental/unstable.