fix: update lua types for commands

This commit is contained in:
Rob Pilling
2025-11-28 18:13:47 +00:00
committed by Lewis Russell
parent 903335a6d5
commit fa8e4e65ca

View File

@@ -120,13 +120,14 @@ error('Cannot require a meta file')
--- @field bar boolean --- @field bar boolean
--- @field register boolean --- @field register boolean
--- @field keepscript boolean --- @field keepscript boolean
--- @field preview boolean --- @field preview? function
--- @field nargs string --- @field nargs string
--- @field complete? string --- @field complete? string|function
--- @field complete_arg? string --- @field complete_arg? string
--- @field count? string --- @field count? string
--- @field range? string --- @field range? string
--- @field addr? string --- @field addr? string
--- @field callback? function
--- @class vim.api.keyset.hl_info.base --- @class vim.api.keyset.hl_info.base
--- @field reverse? true --- @field reverse? true