summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/diagnostic_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-04-08test: improve test conventionsdundargoc1
2024-04-04test: reduce `exec_lua` callsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2024-01-01feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski1
2023-12-18refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory 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-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-04-17feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten1
2023-04-07test(lua/diagnostic_spec): remove unnecessary after_each()zeertzjq1
2023-03-30feat(diagnostic): add support for tagsLewis Russell1
2023-01-12feat(diagnostic): vim.diagnostic.is_disabled() #21527Raphael1
2022-12-28feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott1
2022-12-17fix(diagnostic): clear stale cache on reset (#21454)Mathias Fußenegger1
2022-11-20feat(diagnostic): add `suffix` option to `virt_text` config (#21140)beardedsakimonkey1
2022-11-20feat(diagnostic): add `suffix` option to `open_float()` (#21130)beardedsakimonkey1
2022-11-19perf(diagnostic): use api variable and improve validate (#21111)Raphael1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-09-13feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)Gregory Anders1
2022-09-06fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)Sean Dewar1
2022-08-29fix(lsp): clean the diagnostic cache when buffer delete (#19449)Raphael1
2022-06-08fix(diagnostic): check for negative column value (#18868)mohsen1
2022-04-20fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders1
2022-01-15feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach1
2022-01-01fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders1
2021-12-08refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders1
2021-12-05fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey1
2021-11-28feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete1
2021-11-27test(diagnostic): diagnostics passed to set() should be an arrayGregory Anders1
2021-11-24test(diagnostic): uncomment equality checkGregory Anders1
2021-11-22fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders1
2021-11-22fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)Gregory Anders1
2021-11-21fix(diagnostic): remove invalid buffers from cache (#16397)smolck1
2021-11-19fix(diagnostic): fix navigation with diagnostics placed past end of lineGregory Anders1
2021-11-19fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders1
2021-11-16Merge pull request #16328 from gpanders/diagnostic-prefix-hiGregory Anders1
2021-11-16refactor(diagnostic): make bufnr arguments consistent (#16323)Gregory Anders1
2021-11-15refactor(diagnostic)!: rename 'show_header' to 'header'Gregory Anders1
2021-11-15feat(diagnostic): allow 'prefix' option to return highlightGregory Anders1
2021-11-14feat(diagnostic): add 'prefix' option to open_float (#16321)Gregory Anders1
2021-11-09feat(diagnostic): do not require namespace for hide() and show() (#16261)Gregory Anders1
2021-11-04fix(diagnostic): fix option resolution in open_float (#16229)Gregory Anders1
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-10-19fix(diagnostic): handle diagnostics placed past the end of line (#16095)Gregory Anders1