aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/diagnostic.lua
Commit message (Expand)AuthorAge
* feat(lua): add noref to deepcopyLewis Russell2024-01-03
* feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski2024-01-01
* refactor: fix luals warningsdundargoc2023-12-30
* refactor: use vim.deprecate on all deprecated functionsdundargoc2023-12-27
* refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders2023-12-18
* docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)Yi Ming2023-12-17
* refactor(diagnostic): use named namespaces (#26568)Gregory Anders2023-12-14
* feat(diagnostics): support numhl and linehl for diagnostic signsGregory Anders2023-12-13
* docs(diagnostic): fix typo in exampleGregory Anders2023-12-13
* fix(diagnostic): check for sign namespace instead of sign groupGregory Anders2023-12-13
* refactor(diagnostic): set sign by using extmark (#26193)Raphael2023-12-13
* fix(diagnostic): virtual_text prefix function should have index and total (#2...Jongwook Choi2023-10-27
* fix(diagnostics): if buffer not loaded, skip handlers that set extmark (#25628)Jaehwang Jung2023-10-16
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* 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): provide more control over virtual text display (#24724)Gregory Anders2023-08-16
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* docs(diagnostic): return value of get() #24144NAKAI Tsuyoshi2023-06-27
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
* fix(diagnostic): rename buffer → bufnr in type annotation (#23042)Mathias Fußenegger2023-04-12
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* docs(diagnostic): number → integer (#22512)Jaehwang Jung2023-03-04
* feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael2023-01-12
* fix(diagnostic): revert notification on missing diagnostics (#21632)Gregory Anders2023-01-03
* refactor(diagnostic): DRY for loop #21521Raphael2023-01-03
* feat(diagnostic): don't open quickfix/loclist if no diagnostics #21397李晓辉2022-12-30
* fix(diagnostic): sort diagnostics by column (#21457)tae-soo-kim2022-12-18
* fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger2022-12-17
* docs(gen): support language annotation in docstringsChristian 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
* perf(diagnostic): use api variable and improve validate (#21111)Raphael2022-11-19
* fix(docs): nil as viable argument for goto_prev (#20852)Martin Kunz2022-10-28
* refactor(diagnostic): remove deprecated function (#20423)Raphael2022-10-01
* fix(diagnostic): populate data key in DiagnosticChanged autocmd in reset (#20...Gregory Anders2022-09-15
* 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
* docs: fix typos (#19024)dundargoc2022-07-31
* fix(lsp): move augroup define to if statement (#19406)Raphael2022-07-17
* refactor(lua): replace vim.cmd use with API calls (#19283)Raphael2022-07-09
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(diagnostic): check for negative column value (#18868)mohsen2022-06-08
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders2022-04-20
* fix(diagnostic): make `open_float` respect global diagnostic options (#17879)Smitesh Patil2022-03-27
* refactor(highlight)!: optional arguments for highlight.range as table (#17462)Christian Clason2022-02-21