mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 19:45:02 +00:00
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:
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -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()|.
|
||||
|
||||
Reference in New Issue
Block a user