mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Merge pull request #30825 from lewis6991/refactor/lsputil
This commit is contained in:
4
runtime/lua/vim/_meta/vimfn.lua
generated
4
runtime/lua/vim/_meta/vimfn.lua
generated
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user