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.
This commit is contained in:
zeertzjq
2024-08-06 20:13:07 +08:00
committed by GitHub
parent b04b263e1f
commit b5f92c4e5c
5 changed files with 1474 additions and 1429 deletions

File diff suppressed because it is too large Load Diff