summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/diagnostic.lua
AgeCommit message (Expand)AuthorFiles
2021-12-29chore: fix typos in doc and Lua filesdundargoc1
2021-12-25feat(lsp,diagnostic): open folds in jump-related functions (#16784)github-actions[bot]1
2021-12-17fix(diagnostic): respect "if_many" source option for virtual text (#16697)github-actions[bot]1
2021-12-17fix(diagnostic): assert that diagnostics have line number and column (#16687)github-actions[bot]1
2021-12-16refactor(diagnostic): remove hack (#16689)github-actions[bot]1
2021-12-08fix(diagnostic): set effective buffer number in autocmd (again) (#16590)github-actions[bot]1
2021-12-08fix(diagnostic): escape special chars in file names (#16588)github-actions[bot]1
2021-12-08refactor(diagnostic): remove bufnr parameter from open_float (#16587)github-actions[bot]1
2021-12-02fix(diagnostic): clamp diagnostics on negative line numbers (#16497)github-actions[bot]1
2021-12-01fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...github-actions[bot]1
2021-11-29feat(lsp): add 'focus' option to open_floating_preview (#16465)Gregory Anders1
2021-11-28feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete1
2021-11-27fix(diagnostic): make set() go through cache when calling show()Gregory Anders1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-11-25feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders1
2021-11-25Merge pull request #16434 from gpanders/diagnostic-clampageMichael Lingelbach1
2021-11-24fix(diagnostic): do not focus floats in goto functions (#16433)Gregory Anders1
2021-11-24fix(diagnostic): don't clamp line numbers in setqflistGregory Anders1
2021-11-24fix(diagnostic): get line count per buffer when clampingGregory Anders1
2021-11-22fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders1
2021-11-22fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)Gregory Anders1
2021-11-21fix(diagnostic): remove invalid buffers from cache (#16397)smolck1
2021-11-19fix(diagnostic): clamp line numbers in setqflist and setloclistGregory Anders1
2021-11-19fix(diagnostic): fix navigation with diagnostics placed past end of lineGregory Anders1
2021-11-19fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders1
2021-11-18fix(diagnostic): don't use nil col if missing from qflist (#16357)Gregory Anders1
2021-11-16Merge pull request #16328 from gpanders/diagnostic-prefix-hiGregory Anders1
2021-11-16refactor(diagnostic): make bufnr arguments consistent (#16323)Gregory Anders1
2021-11-15refactor(diagnostic)!: rename 'show_header' to 'header'Gregory Anders1
2021-11-15feat(diagnostic): allow 'prefix' option to return highlightGregory Anders1
2021-11-14feat(diagnostic): add 'prefix' option to open_float (#16321)Gregory Anders1
2021-11-09feat(diagnostic): do not require namespace for hide() and show() (#16261)Gregory Anders1
2021-11-04fix(diagnostic): fix option resolution in open_float (#16229)Gregory Anders1
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-10-19fix(diagnostic): allow floats to be focusable (#16093)Gregory Anders1
2021-10-19fix(diagnostic): handle diagnostics placed past the end of line (#16095)Gregory Anders1
2021-10-19refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders1
2021-10-17fix(diagnostic): do not override existing config settings #16043Gregory Anders1
2021-10-08fix(diagnostic): error on invalid severity value (#15965)Gregory Anders1
2021-10-07fix: support severity_sort option for show_diagnostic functions (#15948)Gregory Anders1
2021-10-07feat(diagnostic): update jumplist on goto_next/prev (#15942)Sean Dewar1
2021-10-02refactor(diagnostics): always make 'set' go through 'show'Gregory Anders1
2021-10-01feat(diagnostics): add vim.diagnostic.get_namespaces (#15866)Michael Lingelbach1
2021-10-01docs(diagnostics): add "priority" option to signs table (#15860)Gregory Anders1
2021-09-26refactor(diagnostic): use sign priority for severity_sort #15785Gregory Anders1
2021-09-23fix(diagnostic): check for nil in show_diagnostics (#15772)Gregory Anders1
2021-09-23fix(diagnostic): don't return nil when callers expect a table (#15765)Gregory Anders1
2021-09-22feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders1
2021-09-21refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders1
2021-09-21feat(diagnostic): add option to include diagnostic sourceGregory Anders1