feat(lua-types): types for vim.api.* (#24523)

This commit is contained in:
Lewis Russell
2023-08-01 14:20:44 +01:00
committed by GitHub
parent e55e80d51c
commit 48d533272e
13 changed files with 2712 additions and 17 deletions

View File

@@ -16,9 +16,10 @@
--- @field fast? boolean Function can run in |api-fast| events. Defaults to false.
--- @field deprecated? true
--- @field returns? string|false
--- @field returns_desc? string
--- @field signature string
--- @field desc? string
--- @field params {[1]:string, [2]:string}[]
--- @field params {[1]:string, [2]:string, [3]:string}[]
--- @field lua? false Do not render type information
--- @field tags? string[] Extra tags
--- @field data? string Used by gen_eval.lua