diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-08-06 20:13:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 20:13:07 +0800 |
commit | b5f92c4e5c7428fe1c1f91620f4b545b30b49855 (patch) | |
tree | 58f5b5ec6625257ed7ce9514f39823442e92a10e /runtime/lua/vim/_meta/vimfn.lua | |
parent | b04b263e1f827e113e51a43bab0a3d5a4a28f83f (diff) | |
download | rneovim-b5f92c4e5c7428fe1c1f91620f4b545b30b49855.tar.gz rneovim-b5f92c4e5c7428fe1c1f91620f4b545b30b49855.tar.bz2 rneovim-b5f92c4e5c7428fe1c1f91620f4b545b30b49855.zip |
refactor: extract eval/fs.c from eval/funcs.c (#29985)
In Vim a lot of filesystem functions have been moved to filepath.c.
However, some of these functions actually deal with file contents, and
Nvim's filesystem-related functions are spread out in a different way.
Therefore, it's better to use a different file for these functions.
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions