mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs: stdpath() type #32480
This commit is contained in:
8
runtime/lua/vim/_meta/vimfn.lua
generated
8
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -9351,6 +9351,14 @@ function vim.fn.stdioopen(opts) end
|
||||
--- @return string|string[]
|
||||
function vim.fn.stdpath(what) end
|
||||
|
||||
--- @param what 'cache'|'config'|'data'|'log'|'run'|'state'
|
||||
--- @return string
|
||||
function vim.fn.stdpath(what) end
|
||||
|
||||
--- @param what 'config_dirs'|'data_dirs'
|
||||
--- @return string[]
|
||||
function vim.fn.stdpath(what) end
|
||||
|
||||
--- Convert String {string} to a Float. This mostly works the
|
||||
--- same as when using a floating point number in an expression,
|
||||
--- see |floating-point-format|. But it's a bit more permissive.
|
||||
|
||||
Reference in New Issue
Block a user