This commit is contained in:
Justin M. Keyes
2026-04-12 08:45:46 -04:00
committed by GitHub
19 changed files with 136 additions and 75 deletions

View File

@@ -6757,8 +6757,8 @@ vim.wo.stc = vim.wo.statuscolumn
--- ```
---
--- All fields except {item} are optional. Use "%%" to show a literal "%"
--- char. Setting this option to empty (`:set statusline=`) sets its
--- value to the default.
--- char. Setting to empty (`:set statusline=`) sets the global value to
--- the default.
---
--- *stl-%!*
--- When the option starts with "%!" then it is used as an expression,

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()|.