aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/diagnostic.txt
Commit message (Expand)AuthorAge
* feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael2023-01-12
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: add language annotation to Nvim manualChristian Clason2022-12-02
* fix(diagnostic): correct type annotations; add Diagnostic type (#21120)Mathias Fußenegger2022-11-21
* feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey2022-11-20
* feat(diagnostic): add `suffix` option to `open_float()` (#21130)beardedsakimonkey2022-11-20
* fix(docs): nil as viable argument for goto_prev (#20852)Martin Kunz2022-10-28
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* docs: fix typos (#20150)dundargoc2022-09-26
* feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders2022-09-13
* docs: regenerateii142022-08-11
* docs: fix typos (#19024)dundargoc2022-07-31
* build(lua2dox): add parenthesis around parameter types in documentation (#18532)dundargoc2022-05-12
* docs: remove extra whitespacesDaiki Mizukami2022-03-14
* chore: fix typos (#17331)dundargoc2022-03-10
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* feat(diagnostic): allow retrieving current diagnostic configGregory Anders2022-01-11
* chore: fix typos (#16506)dundargoc2021-12-28
* fix(diagnostic): respect "if_many" source option for virtual text (#16653)Gregory Anders2021-12-17
* fix(docs): add bufnr and user_data to diagnostic-structure (#16619)Mathias Fußenegger2021-12-11
* refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders2021-12-08
* docs: regenerate (#16461)github-actions[bot]2021-11-28
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* docs: regenerate (#16390)github-actions[bot]2021-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 #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
* refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* 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
* docs: regenerate #15545github-actions[bot]2021-10-05
* docs(diagnostic): add blurb on how to replace builtin handlersGregory Anders2021-10-02
* 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
* 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
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* 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
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15