commit da7178cbbf4ea87e0759a5f46c2be93732d901af
parent 97cfee39ee7bf333352975f917e660965609e8cc
Author: Jongwook Choi <wookayin@gmail.com>
Date: Wed, 30 Aug 2023 00:10:41 -0400
fix(builtin): fix incorrect optional fields for fn.sign_define
The field `icon` is not a mandatory field.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runtime/lua/vim/_meta/builtin_types.lua b/runtime/lua/vim/_meta/builtin_types.lua
@@ -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