fix: type fixes

Type fixes caught by emmylua
This commit is contained in:
Lewis Russell
2025-06-05 11:31:51 +01:00
committed by Lewis Russell
parent 4c333fdbb7
commit 3b6084ddf4
51 changed files with 421 additions and 355 deletions

View File

@@ -20,7 +20,7 @@ error('Cannot require a meta file')
--- @field hl_group? string
--- @field hl_eol? boolean
---
--- @field conceal? boolean
--- @field conceal? string
--- @field spell? boolean
--- @field ui_watched? boolean
--- @field url? string
@@ -246,3 +246,19 @@ error('Cannot require a meta file')
--- @field range? integer[]
--- @field count? integer
--- @field reg? string
--- @class vim.api.keyset.eval_statusline_ret.highlight
--- @field start integer
--- @field group string
--- @field groups string[]
--- @class vim.api.keyset.eval_statusline_ret
--- @field str string
--- @field width integer
--- @field highlights vim.api.keyset.eval_statusline_ret.highlight[]
--- @class vim.api.keyset.win_text_height_ret
--- @field all integer
--- @field fill integer
--- @field end_row integer
--- @field end_vcol integer