mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
docs: stdpath() type #32480
This commit is contained in:
@@ -11250,6 +11250,20 @@ M.funcs = {
|
||||
returns = 'string|string[]',
|
||||
signature = 'stdpath({what})',
|
||||
},
|
||||
stdpath__1 = {
|
||||
args = 1,
|
||||
fast = true,
|
||||
name = 'stdpath',
|
||||
params = { { 'what', "'cache'|'config'|'data'|'log'|'run'|'state'" } },
|
||||
returns = 'string',
|
||||
},
|
||||
stdpath__2 = {
|
||||
args = 1,
|
||||
fast = true,
|
||||
name = 'stdpath',
|
||||
params = { { 'what', "'config_dirs'|'data_dirs'" } },
|
||||
returns = 'string[]',
|
||||
},
|
||||
str2float = {
|
||||
args = 1,
|
||||
base = 1,
|
||||
|
Reference in New Issue
Block a user