mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
Merge #38882 docs
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -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,
|
||||
|
||||
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