mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(diagnostic): accept multiple namespace in open_float()
(#34073)
This commit is contained in:
committed by
GitHub
parent
19efabafc5
commit
2e0158650a
@ -115,8 +115,8 @@ end
|
||||
--- (default: current buffer)
|
||||
--- @field bufnr? integer
|
||||
---
|
||||
--- Limit diagnostics to the given namespace
|
||||
--- @field namespace? integer
|
||||
--- Limit diagnostics to the given namespace(s).
|
||||
--- @field namespace? integer|integer[]
|
||||
---
|
||||
--- Show diagnostics from the whole buffer (`buffer"`, the current cursor line
|
||||
--- (`line`), or the current cursor position (`cursor`). Shorthand versions
|
||||
|
Reference in New Issue
Block a user