docs: misc

Close #38748
Close #38866

Co-authored-by: Mario Loriedo <mario.loriedo@gmail.com>
Co-authored-by: Anakin Childerhose <anakin@childerhose.ca>
This commit is contained in:
Justin M. Keyes
2026-04-06 02:29:39 +02:00
parent 2f6c560002
commit a321c9adad
17 changed files with 124 additions and 63 deletions

View File

@@ -3273,7 +3273,7 @@ function vim.fn.getfperm(fname) end
--- @return integer
function vim.fn.getfsize(fname) end
--- Returns the last modification time of the given file {fname}.
--- Returns the last modification time ("mtime") of file {fname}.
--- The value is measured as seconds since 1st Jan 1970, and may
--- be passed to |strftime()|. See also
--- |localtime()| and |strftime()|.