mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(builtin): fix incorrect optional fields for fn.sign_define
The field `icon` is not a mandatory field.
This commit is contained in:
parent
97cfee39ee
commit
da7178cbbf
@ -62,10 +62,10 @@
|
|||||||
--- @field winrow integer
|
--- @field winrow integer
|
||||||
|
|
||||||
--- @class vim.fn.sign_define.dict
|
--- @class vim.fn.sign_define.dict
|
||||||
--- @field icon string
|
--- @field text string
|
||||||
|
--- @field icon? string
|
||||||
--- @field linehl? string
|
--- @field linehl? string
|
||||||
--- @field numhl? string
|
--- @field numhl? string
|
||||||
--- @field text? string
|
|
||||||
--- @field texthl? string
|
--- @field texthl? string
|
||||||
--- @field culhl? string
|
--- @field culhl? string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user