fix(diagnostic): accept multiple namespace in open_float() (#34073)

This commit is contained in:
Maria José Solano
2025-05-21 10:54:43 -07:00
committed by GitHub
parent 19efabafc5
commit 2e0158650a
3 changed files with 30 additions and 5 deletions

View File

@ -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