mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
refactor(api): complete conversion from Dictionary
to Dict(opts)
(#26365)
This commit is contained in:

committed by
GitHub

parent
32c8f951bb
commit
0b74ad0a64
22
runtime/lua/vim/_meta/api_keysets.lua
generated
22
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -3,6 +3,19 @@
|
||||
-- DO NOT EDIT
|
||||
error('Cannot require a meta file')
|
||||
|
||||
--- @class vim.api.keyset.buf_attach
|
||||
--- @field on_lines? function
|
||||
--- @field on_bytes? function
|
||||
--- @field on_changedtick? function
|
||||
--- @field on_detach? function
|
||||
--- @field on_reload? function
|
||||
--- @field utf_sizes? boolean
|
||||
--- @field preview? boolean
|
||||
|
||||
--- @class vim.api.keyset.buf_delete
|
||||
--- @field force? boolean
|
||||
--- @field unload? boolean
|
||||
|
||||
--- @class vim.api.keyset.clear_autocmds
|
||||
--- @field buffer? integer
|
||||
--- @field event? any
|
||||
@@ -74,6 +87,8 @@ error('Cannot require a meta file')
|
||||
--- @class vim.api.keyset.echo_opts
|
||||
--- @field verbose? boolean
|
||||
|
||||
--- @class vim.api.keyset.empty
|
||||
|
||||
--- @class vim.api.keyset.eval_statusline
|
||||
--- @field winid? integer
|
||||
--- @field maxwidth? integer
|
||||
@@ -124,6 +139,10 @@ error('Cannot require a meta file')
|
||||
--- @class vim.api.keyset.get_commands
|
||||
--- @field builtin? boolean
|
||||
|
||||
--- @class vim.api.keyset.get_extmark
|
||||
--- @field details? boolean
|
||||
--- @field hl_name? boolean
|
||||
|
||||
--- @class vim.api.keyset.get_extmarks
|
||||
--- @field limit? integer
|
||||
--- @field details? boolean
|
||||
@@ -196,6 +215,9 @@ error('Cannot require a meta file')
|
||||
--- @field desc? string
|
||||
--- @field replace_keycodes? boolean
|
||||
|
||||
--- @class vim.api.keyset.open_term
|
||||
--- @field on_input? function
|
||||
|
||||
--- @class vim.api.keyset.option
|
||||
--- @field scope? string
|
||||
--- @field win? integer
|
||||
|
Reference in New Issue
Block a user