Merge pull request #30825 from lewis6991/refactor/lsputil

This commit is contained in:
Lewis Russell
2024-10-17 13:35:02 +01:00
committed by GitHub
9 changed files with 568 additions and 550 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