aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/diagnostic.txt
Commit message (Expand)AuthorAge
* feat(diagnostic): add `current_line` option for `virtual_text` handlerMaria José Solano2025-02-05
* feat(diagnostic): format() can filter diagnostics by returning nil #32302Maria José Solano2025-02-03
* feat(diagnostic): virtual_lines #31959Maria José Solano2025-01-26
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders2025-01-18
* feat(diagnostic)!: filter diagnostics by severity before passing to handlers ...Gregory Anders2025-01-11
* feat(diagnostic): update quickfix list by title #31486Jeremy Fleischman2024-12-11
* docs(diagnostics): location list / quickfix example #31371Yochem van Rosmalen2024-11-29
* feat(diagnostics)!: sort underline severity_sort (#30898)Donatas2024-10-27
* docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes2024-10-04
* fix(diagnostic): correct `severity` type on `setqflist`, `setloclist` (#30506)Nathan Smith2024-09-25
* fix(diagnostic): make docs agree with code (#29561)Peter Aronoff2024-07-04
* refactor(lua): improve type annotationsLewis Russell2024-06-11
* docs: misc (#28837)dundargoc2024-06-07
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders2024-05-28
* feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders2024-05-28
* NVIM v0.10.0Justin M. Keyes2024-05-16
* 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
* feat(diagnostic): goto functions jump to highest severity (#28490)Gregory Anders2024-04-25
* fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael2024-04-23
* 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(doc): prevent doxygen confusionLewis Russell2024-02-06
* fix(diagnostic): typingLewis Russell2024-01-16
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
* feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski2024-01-01
* 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
* feat(diagnostics): support numhl and linehl for diagnostic signsGregory Anders2023-12-13
* docs(diagnostic): fix typo in exampleGregory 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
* 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: gather @notes items into one sectionJustin M. Keyes2023-07-08
* docs(diagnostic): return value of get() #24144NAKAI Tsuyoshi2023-06-27
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17