summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/diagnostic_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes1
2026-04-15refactor(diagnostic): split diagnostic moduleLewis Russell1
2026-04-06fix(diagnostic): virtual_lines should anchor at end_lnum, not lnum #38701glepnir1
2026-03-16fix(diagnostic): open_float() handles config.float function #31577glepnir1
2026-03-13feat(diagnostic): custom status format function #36696Oleh Volynets1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-02-14feat(diagnostic): fromqflist({merge_lines}) #37416Dmytro Pletenskyi1
2026-01-04fix(diagnostic): display 1-based related information line/col numbers (#37093)Robert Muir1
2026-01-02fix(diagnostic): check for extmark in get_logical_pos #37127Kira Kawai1
2025-12-30fix(diagnostic): unstable sorting by severity #37154glepnir1
2025-11-25feat(diagnostic): config.status #36693Maria Solano1
2025-11-25feat(diagnostic): highlights in diagnostic.status() #36685Riley Bruins1
2025-11-17feat(diagnostics): stack DiagnosticUnnecessary,DiagnosticDeprecated highlight...Grzegorz Rozdzialik1
2025-07-29feat(statusline): vim.diagnostic.status() #33723Anton Kastritskii1
2025-07-28fix(diagnostics): avoid jumping to diagnostics in deleted ranges #35088Sergei Slipchenko1
2025-07-25fix(diagnostics): position diagnostics using extmarks #34014Sergei Slipchenko1
2025-07-10feat(diagnostic): jump to related info location from `open_float` #34837Riley Bruins1
2025-06-05fix(diagnostic): ensure autocmd always is always sent diagnosticsLewis Russell1
2025-05-21fix(diagnostic): accept multiple namespace in `open_float()` (#34073)Maria José Solano1
2025-05-21fix(diagnostics): fixed virtual_text cursormoved autocmd error (#34017)Rijul Kapoor1
2025-05-13feat(diagnostic): add `enabled` filter (#33981)Maria José Solano1
2025-05-12feat(diagnostic): add `format` option to `setloclist`/`setqflist` (#33977)Maria José Solano1
2025-05-12fix(diagnostic): accept multiple namespaces when setting loclist/qflist (#33982)Maria José Solano1
2025-05-05feat(diagnostic): add `on_jump` callback optionMaria José Solano1
2025-05-01fix(diagnostic): allow virtual_{lines,text} cursor exclusivity #33517Michael Clayton1
2025-03-26refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)Gregory Anders1
2025-03-26fix: temporarily disable 0.12 deprecation testsJustin M. Keyes1
2025-03-04fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew1
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-01-26feat(diagnostic): virtual_lines #31959Maria José Solano1
2025-01-18fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders1
2024-12-16fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585Juan Cruz De La Torre1
2024-10-27feat(diagnostics)!: sort underline severity_sort (#30898)Donatas1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-06-04fix(diagnostic): fix float scope filtering (#29134)Andre Toerien1
2024-05-28feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders1
2024-05-28feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders1
2024-04-30feat(diagnostic): revert default behaviour of goto_next/prev()Lewis Russell1
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-23test: improve test conventionsdundargoc1
2024-04-23fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael1
2024-04-23fix(diagnostic): open_float on multi-line diagnostics #28301Raphael1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-04-15feat(diagnostic): enable(…, opts)Justin M. Keyes1
2024-04-15feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1