aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/diagnostic.lua
Commit message (Expand)AuthorAge
* feat(diagnostic): revert default behaviour of goto_next/prev()Lewis Russell2024-04-30
* feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes2024-04-28
* fix(diagnostic): get border from config (#28531)glepnir2024-04-28
* fix(diagnostic): invalid col number compare in next_diagnostic (#28397)Raphael2024-04-27
* feat(diagnostic): goto functions jump to highest severity (#28490)Gregory Anders2024-04-25
* perf(diagnostic): avoid table copies to filter by severity (#28491)Mathias Fußenegger2024-04-24
* fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael2024-04-23
* fix(diagnostic): open_float on multi-line diagnostics #28301Raphael2024-04-23
* refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* feat(diagnostic): enable(…, opts)Justin M. Keyes2024-04-15
* feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-15
* feat(diagnostic): add support for many namespaces filtering in GetOpts (#28045)Mayrom2024-03-26
* docs: support inline markdownLewis Russell2024-03-09
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
* docs: small fixes (#27213)dundargoc2024-02-06
* refactor: create function for deferred loadingdundargoc2024-02-03
* fix(diagnostic): fix typing on field |diagnostic-severity|Jongwook Choi2024-01-23
* fix(lua): return after assert returns assert message (#27064)altermo2024-01-17
* fix(diagnostic): typingLewis Russell2024-01-16
* 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