Skip to content

Commit

Permalink
Merge pull request neovim#31011 from lewis6991/refactor/loader
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 authored Oct 31, 2024
2 parents 1d4ba8c + be04bbf commit 8585183
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 241 deletions.
4 changes: 2 additions & 2 deletions runtime/doc/lua.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 8585183

Please sign in to comment.