mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 09:28:33 +00:00
fix(diagnostic): correct severity type on setqflist, setloclist (#30506)
fix(diagnostic): correct severity type on setqflist, setloclist
This commit is contained in:
@@ -2078,7 +2078,7 @@ end
|
||||
--- @field title? string
|
||||
---
|
||||
--- See |diagnostic-severity|.
|
||||
--- @field severity? vim.diagnostic.Severity
|
||||
--- @field severity? vim.diagnostic.SeverityFilter
|
||||
|
||||
--- Add all diagnostics to the quickfix list.
|
||||
---
|
||||
@@ -2106,7 +2106,7 @@ end
|
||||
--- @field title? string
|
||||
---
|
||||
--- See |diagnostic-severity|.
|
||||
--- @field severity? vim.diagnostic.Severity
|
||||
--- @field severity? vim.diagnostic.SeverityFilter
|
||||
|
||||
--- Add buffer diagnostics to the location list.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user