aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/diagnostic_spec.lua
Commit message (Expand)AuthorAge
* fix(diagnostic): virtual_text prefix function should have index and total (#2...Jongwook Choi2023-10-27
* fix(diagnostic): always return copies of diagnostic items (#25010)Evgeni Chasnovski2023-09-06
* feat(diagnostic): filter diagnostics by specific severities (#24736)Michael Strobel2023-08-16
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
* test(lua/diagnostic_spec): remove unnecessary after_each()zeertzjq2023-04-07
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael2023-01-12
* feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
* fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger2022-12-17
* 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
* perf(diagnostic): use api variable and improve validate (#21111)Raphael2022-11-19
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders2022-09-13
* fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)Sean Dewar2022-09-06
* fix(lsp): clean the diagnostic cache when buffer delete (#19449)Raphael2022-08-29
* fix(diagnostic): check for negative column value (#18868)mohsen2022-06-08
* fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders2022-04-20
* feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
* fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2022-01-01
* refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders2021-12-08
* fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey2021-12-05
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* test(diagnostic): diagnostics passed to set() should be an arrayGregory Anders2021-11-27
* test(diagnostic): uncomment equality checkGregory 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): fix navigation with diagnostics placed past end of lineGregory Anders2021-11-19
* fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
* 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): 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: support severity_sort option for show_diagnostic functions (#15948)Gregory Anders2021-10-07
* test(diagnostic): add test case for signsGregory Anders2021-10-02
* feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders2021-09-22
* 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
* test: add test case for show_line_diagnosticsGregory Anders2021-09-18
* fix(diagnostic): change default severity_sort orderGregory Anders2021-09-17
* fix(diagnostic): support severity_sortGregory Anders2021-09-17