aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/diagnostic.lua
Commit message (Expand)AuthorAge
* 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
* fix(diagnostic): resolve nil bufnr in show_line_diagnosticsGregory Anders2021-09-18
* refactor(diagnostic): group local functions togetherGregory Anders2021-09-17
* fix(diagnostic): change default severity_sort orderGregory Anders2021-09-17
* fix(diagnostic): support severity_sortGregory Anders2021-09-17
* docs(diagnostics): fix typosGregory Anders2021-09-17
* fix(diagnostic): fix wrong data type in setqflist()Gregory Anders2021-09-17
* fix(diagnostic): don't overwrite existing sign definitionsGregory Anders2021-09-17
* fix(diagnostic): show_line_diagnostic with empty lnumChristian Clason2021-09-17
* fix(diagnostic): nvim_echo takes three args (#15687)Christian Clason2021-09-17
* refactor: remove UTF to byte col conversionGregory Anders2021-09-16
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15