aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/diagnostic.lua
Commit message (Expand)AuthorAge
* fix(diagnostic): set effective buffer number in autocmd (again) (#16589)Gregory Anders2021-12-08
* refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders2021-12-08
* refactor: format diagnostic.lua (#16540)Gregory Anders2021-12-05
* fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey2021-12-05
* feat(lsp,diagnostic): open folds in jump-related functions (#16520)Dmytro Meleshko2021-12-04
* fix(diagnostic): clamp diagnostics on negative line numbers (#16496)Michael Lingelbach2021-12-02
* fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...Gregory Anders2021-12-01
* feat(lsp): add 'focus' option to open_floating_preview (#16465)Gregory Anders2021-11-29
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* fix(diagnostic): make set() go through cache when calling show()Gregory Anders2021-11-27
* chore: fix typos (#16361)dundargoc2021-11-27
* feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders2021-11-25
* Merge pull request #16434 from gpanders/diagnostic-clampageMichael Lingelbach2021-11-25
|\
| * fix(diagnostic): don't clamp line numbers in setqflistGregory Anders2021-11-24
| * fix(diagnostic): get line count per buffer when clampingGregory Anders2021-11-24
* | fix(diagnostic): do not focus floats in goto functions (#16433)Gregory Anders2021-11-24
|/
* fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders2021-11-22
* fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)Gregory Anders2021-11-22
* fix(diagnostic): remove invalid buffers from cache (#16397)smolck2021-11-21
* fix(diagnostic): clamp line numbers in setqflist and setloclistGregory Anders2021-11-19
* fix(diagnostic): fix navigation with diagnostics placed past end of lineGregory Anders2021-11-19
* fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
* fix(diagnostic): don't use nil col if missing from qflist (#16357)Gregory Anders2021-11-18
* Merge pull request #16328 from gpanders/diagnostic-prefix-hiGregory Anders2021-11-16
|\
| * refactor(diagnostic)!: rename 'show_header' to 'header'Gregory Anders2021-11-15
| * feat(diagnostic): allow 'prefix' option to return highlightGregory Anders2021-11-15
* | refactor(diagnostic): make bufnr arguments consistent (#16323)Gregory Anders2021-11-16
|/
* feat(diagnostic): add 'prefix' option to open_float (#16321)Gregory Anders2021-11-14
* feat(diagnostic): do not require namespace for hide() and show() (#16261)Gregory Anders2021-11-09
* fix(diagnostic): fix option resolution in open_float (#16229)Gregory Anders2021-11-04
* refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* fix(diagnostic): allow floats to be focusable (#16093)Gregory Anders2021-10-19
* fix(diagnostic): handle diagnostics placed past the end of line (#16095)Gregory Anders2021-10-19
* refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders2021-10-19
* fix(diagnostic): do not override existing config settings #16043Gregory Anders2021-10-17
* fix(diagnostic): error on invalid severity value (#15965)Gregory Anders2021-10-08
* fix: support severity_sort option for show_diagnostic functions (#15948)Gregory Anders2021-10-07
* feat(diagnostic): update jumplist on goto_next/prev (#15942)Sean Dewar2021-10-07
* refactor(diagnostics): always make 'set' go through 'show'Gregory Anders2021-10-02
* feat(diagnostics): add vim.diagnostic.get_namespaces (#15866)Michael Lingelbach2021-10-01
* docs(diagnostics): add "priority" option to signs table (#15860)Gregory Anders2021-10-01
* refactor(diagnostic): use sign priority for severity_sort #15785Gregory Anders2021-09-26
* fix(diagnostic): check for nil in show_diagnostics (#15772)Gregory Anders2021-09-23
* fix(diagnostic): don't return nil when callers expect a table (#15765)Gregory Anders2021-09-23
* feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders2021-09-22
* refactor(diagnostic): remove get_virt_text_chunks()Gregory Anders2021-09-21
* feat(diagnostic): add option to include diagnostic sourceGregory Anders2021-09-21
* fix(diagnostic): clamp line numbers in display layer (#15729)Gregory Anders2021-09-20
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* fix(diagnostic): only update decorations for loaded buffers (#15715)Gregory Anders2021-09-18