summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/diagnostic.lua
AgeCommit message (Expand)AuthorFiles
2025-03-26refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)Gregory Anders1
2025-03-19fix(diagnostic): clear virtual_lines autocmd only for valid buf #32979Mars Peng1
2025-03-16fix(diagnostic): virtual lines should scroll horizontallyxzb1
2025-03-12fix(diagnostic): clear autocmd only for valid buf (#32861)Jaehwang Jung1
2025-03-04fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew1
2025-02-16fix(diagnostic): don't include diagnostic code when using custom formatter #3...Maria José Solano1
2025-02-05feat(diagnostic): add `current_line` option for `virtual_text` handlerMaria José Solano1
2025-02-03feat(diagnostic): format() can filter diagnostics by returning nil #32302Maria José Solano1
2025-02-02perf(diagnostics): cache line diagnostics when `current_line` is set #32288Maria José Solano1
2025-02-02fix(diagnostic): improve current_line refresh logic #32275Tristan Knight1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-26feat(diagnostic): virtual_lines #31959Maria José Solano1
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-18fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2025-01-11feat(diagnostic)!: filter diagnostics by severity before passing to handlers ...Gregory Anders1
2024-12-23fix(diagnostic): silence :chistory #31701Yorick Peterse1
2024-12-16fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585Juan Cruz De La Torre1
2024-12-12fix(diagnostic): broken variable reference #31557Jeremy Fleischman1
2024-12-11fix(diagnostic): setqflist() is stuck after vim.lsp.buf.document_symbol #31553Jeremy Fleischman1
2024-12-11feat(diagnostic): update quickfix list by title #31486Jeremy Fleischman1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell1
2024-12-05fix(diagnostic): only store quickfix id when creating a new one #31466Jeremy Fleischman1
2024-12-04feat(diagnostic): vim.diagnostic.setqflist improvements #30868Jeremy Fleischman1
2024-11-25feat(diagnostic): inherit parent 'path' option in open_float (#31273)Mathias Fußenegger1
2024-10-31fix: another round of type annotation fixesLewis Russell1
2024-10-27feat(diagnostics)!: sort underline severity_sort (#30898)Donatas1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-10-21refactor: rename vim.highlight => vim.hlJustin M. Keyes1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-09-25fix(diagnostic): correct `severity` type on `setqflist`, `setloclist` (#30506)Nathan Smith1
2024-07-09fix(diagnostic): fix backwards compatibility for goto_next and goto_prev (#29...Max Coplan1
2024-07-04fix(diagnostic): make docs agree with code (#29561)Peter Aronoff1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-19fix(diagnostics): don't apply extmarks to invalid lines #29321Riley Bruins1
2024-06-07docs: misc (#28837)dundargoc1
2024-06-04fix(diagnostic): fix float scope filtering (#29134)Andre Toerien1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-28feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders1
2024-05-28feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders1
2024-05-24fix: change deprecation presentationdundargoc1
2024-05-20fix(diagnostic): show backtrace for deprecation warningsJongwook Choi1
2024-05-16docs: misc (#28761)dundargoc1
2024-04-30feat(diagnostic): revert default behaviour of goto_next/prev()Lewis Russell1
2024-04-28feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes1
2024-04-28fix(diagnostic): get border from config (#28531)glepnir1
2024-04-27fix(diagnostic): invalid col number compare in next_diagnostic (#28397)Raphael1
2024-04-25feat(diagnostic): goto functions jump to highest severity (#28490)Gregory Anders1
2024-04-24perf(diagnostic): avoid table copies to filter by severity (#28491)Mathias Fußenegger1