feat(meta): add type for quickfix entries

This commit is contained in:
Lewis Russell
2024-10-16 09:33:13 +01:00
parent 0e8568d72c
commit 21151144c6
4 changed files with 100 additions and 5 deletions

View File

@@ -8286,9 +8286,9 @@ function vim.fn.setpos(expr, list) end
--- independent of the 'errorformat' setting. Use a command like
--- `:cc 1` to jump to the first position.
---
--- @param list any[]
--- @param list vim.quickfix.entry[]
--- @param action? string
--- @param what? table
--- @param what? vim.fn.setqflist.what
--- @return any
function vim.fn.setqflist(list, action, what) end