summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/diagnostic.lua
AgeCommit message (Expand)AuthorFiles
2024-04-23fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael1
2024-04-23fix(diagnostic): open_float on multi-line diagnostics #28301Raphael1
2024-04-21refactor(lua): rename tbl_islist => islistJustin M. Keyes1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-04-15feat(diagnostic): enable(…, opts)Justin M. Keyes1
2024-04-15feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes1
2024-03-26feat(diagnostic): add support for many namespaces filtering in GetOpts (#28045)Mayrom1
2024-03-09docs: support inline markdownLewis Russell1
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-06fix(lsp): send back diagnostic tags to the serverLewis Russell1
2024-02-06docs: small fixes (#27213)dundargoc1
2024-02-03refactor: create function for deferred loadingdundargoc1
2024-01-23fix(diagnostic): fix typing on field |diagnostic-severity|Jongwook Choi1
2024-01-17fix(lua): return after assert returns assert message (#27064)altermo1
2024-01-16fix(diagnostic): typingLewis Russell1
2024-01-03feat(lua): add noref to deepcopyLewis Russell1
2024-01-01feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski1
2023-12-30refactor: fix luals warningsdundargoc1
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc1
2023-12-18refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders1
2023-12-17docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)Yi Ming1
2023-12-14refactor(diagnostic): use named namespaces (#26568)Gregory Anders1
2023-12-13feat(diagnostics): support numhl and linehl for diagnostic signsGregory Anders1
2023-12-13docs(diagnostic): fix typo in exampleGregory Anders1
2023-12-13fix(diagnostic): check for sign namespace instead of sign groupGregory Anders1
2023-12-13refactor(diagnostic): set sign by using extmark (#26193)Raphael1
2023-10-27fix(diagnostic): virtual_text prefix function should have index and total (#2...Jongwook Choi1
2023-10-16fix(diagnostics): if buffer not loaded, skip handlers that set extmark (#25628)Jaehwang Jung1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-06fix(diagnostic): always return copies of diagnostic items (#25010)Evgeni Chasnovski1
2023-08-16feat(diagnostic): filter diagnostics by specific severities (#24736)Michael Strobel1
2023-08-16feat(diagnostic): provide more control over virtual text display (#24724)Gregory Anders1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-06-27docs(diagnostic): return value of get() #24144NAKAI Tsuyoshi1
2023-04-17feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten1
2023-04-12fix(diagnostic): rename buffer → bufnr in type annotation (#23042)Mathias Fußenegger1
2023-03-30feat(diagnostic): add support for tagsLewis Russell1
2023-03-04docs(diagnostic): number → integer (#22512)Jaehwang Jung1
2023-01-12feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael1
2023-01-03fix(diagnostic): revert notification on missing diagnostics (#21632)Gregory Anders1
2023-01-03refactor(diagnostic): DRY for loop #21521Raphael1
2022-12-30feat(diagnostic): don't open quickfix/loclist if no diagnostics #21397李晓辉1
2022-12-18fix(diagnostic): sort diagnostics by column (#21457)tae-soo-kim1
2022-12-17fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-21fix(diagnostic): correct type annotations; add Diagnostic type (#21120)Mathias Fußenegger1
2022-11-20feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey1