This commit is contained in:
Justin M. Keyes
2026-03-28 09:59:54 -04:00
committed by GitHub
parent 7bf83cc2a6
commit 64d55b74d8
21 changed files with 152 additions and 198 deletions

View File

@@ -1,4 +1,13 @@
--- @brief <pre>help
--- *vim.fs.copy()*
--- Use |filecopy()| or |uv.fs_copyfile()| to performantly copy an existing file.
---
--- Example:
---
--- >lua
--- vim.fn.filecopy('foo.txt', 'bar.txt')
--- <
---
--- *vim.fs.exists()*
--- Use |uv.fs_stat()| to check a file's type, and whether it exists.
---