Files
neovim/runtime/lua/vim
Gregory Anders a119aae4d3 feat(diagnostic)!: filter diagnostics by severity before passing to handlers (#30070)
BREAKING CHANGE: This changes the list of diagnostics that are passed to
a diagnostic handler. If a handler is already filtering by severity
itself then this won't break anything, since the handler's filtering
will become a no-op. But handlers which depend on receiving the full
list of diagnostics may break.

Note that diagnostics are only filtered if the handler's configuration
has the `severity` option set. If `severity` is not set, the handler
still receives the full list of diagnostics.
2025-01-11 12:54:43 -06:00
..
2025-01-11 10:34:12 +01:00
2025-01-11 10:34:12 +01:00
2024-10-23 14:13:42 +02:00
2025-01-11 10:34:12 +01:00
2024-03-06 10:45:22 +00:00
2025-01-11 10:34:12 +01:00
2024-01-16 09:33:10 +00:00
2025-01-09 09:26:45 -08:00
2024-09-01 13:01:24 -07:00
2025-01-11 10:34:12 +01:00