fix(builtin): fix incorrect optional fields for fn.sign_define

The field `icon` is not a mandatory field.
This commit is contained in:
Jongwook Choi 2023-08-30 00:10:41 -04:00 committed by Lewis Russell
parent 97cfee39ee
commit da7178cbbf

View File

@ -62,10 +62,10 @@
--- @field winrow integer
--- @class vim.fn.sign_define.dict
--- @field icon string
--- @field text string
--- @field icon? string
--- @field linehl? string
--- @field numhl? string
--- @field text? string
--- @field texthl? string
--- @field culhl? string