index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
lua
/
diagnostic_spec.lua
Commit message (
Expand
)
Author
Age
*
feat(diagnostic): add `current_line` option for `virtual_text` handler
Maria José Solano
2025-02-05
*
feat(diagnostic): format() can filter diagnostics by returning nil #32302
Maria José Solano
2025-02-03
*
feat(diagnostic): virtual_lines #31959
Maria José Solano
2025-01-26
*
fix(diagnostic)!: make virtual text handler opt-in (#32079)
Gregory Anders
2025-01-18
*
fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585
Juan Cruz De La Torre
2024-12-16
*
feat(diagnostics)!: sort underline severity_sort (#30898)
Donatas
2024-10-27
*
test: support upvalues in exec_lua
Lewis Russell
2024-09-21
*
test: allow exec_lua to handle functions
Lewis Russell
2024-08-02
*
fix(diagnostic): fix float scope filtering (#29134)
Andre Toerien
2024-06-04
*
feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)
Gregory Anders
2024-05-28
*
feat(diagnostic): add vim.diagnostic.jump() (#26745)
Gregory Anders
2024-05-28
*
feat(diagnostic): revert default behaviour of goto_next/prev()
Lewis Russell
2024-04-30
*
fix(diagnostic): invalid col number compare in next_diagnostic (#28397)
Raphael
2024-04-27
*
feat(diagnostic): goto functions jump to highest severity (#28490)
Gregory Anders
2024-04-25
*
test: improve test conventions
dundargoc
2024-04-23
*
fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...
Raphael
2024-04-23
*
fix(diagnostic): open_float on multi-line diagnostics #28301
Raphael
2024-04-23
*
feat(lua): enable(enable:boolean, filter:table) #28374
Justin M. Keyes
2024-04-18
*
feat(diagnostic): enable(…, opts)
Justin M. Keyes
2024-04-15
*
feat(diagnostic): is_enabled, enable(…, enable:boolean)
Justin M. Keyes
2024-04-15
*
refactor(test): inject after_each differently
Lewis Russell
2024-04-10
*
test: improve test conventions
dundargoc
2024-04-08
*
test: reduce `exec_lua` calls
dundargoc
2024-04-04
*
test: correct order of arguments to eq() (#27816)
zeertzjq
2024-03-11
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
*
refactor: format test/*
Justin M. Keyes
2024-01-03
*
feature(diagnostic): add `vim.diagnostic.count()` (#26807)
Evgeni Chasnovski
2024-01-01
*
refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)
Gregory Anders
2023-12-18
*
fix(diagnostic): check for sign namespace instead of sign group
Gregory Anders
2023-12-13
*
refactor(diagnostic): set sign by using extmark (#26193)
Raphael
2023-12-13
*
fix(diagnostic): virtual_text prefix function should have index and total (#2...
Jongwook Choi
2023-10-27
*
fix(diagnostic): always return copies of diagnostic items (#25010)
Evgeni Chasnovski
2023-09-06
*
feat(diagnostic): filter diagnostics by specific severities (#24736)
Michael Strobel
2023-08-16
*
feat(diagnostic): specify diagnostic virtual text prefix as a function
Isak Samsten
2023-04-17
*
test(lua/diagnostic_spec): remove unnecessary after_each()
zeertzjq
2023-04-07
*
feat(diagnostic): add support for tags
Lewis Russell
2023-03-30
*
feat(diagnostic): vim.diagnostic.is_disabled() #21527
Raphael
2023-01-12
*
feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)
Oliver Marriott
2022-12-28
*
fix(diagnostic): clear stale cache on reset (#21454)
Mathias Fußenegger
2022-12-17
*
feat(diagnostic): add `suffix` option to `virt_text` config (#21140)
beardedsakimonkey
2022-11-20
*
feat(diagnostic): add `suffix` option to `open_float()` (#21130)
beardedsakimonkey
2022-11-20
*
perf(diagnostic): use api variable and improve validate (#21111)
Raphael
2022-11-19
*
feat(test): add Lua forms for API methods (#20152)
Lewis Russell
2022-11-14
*
feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)
Gregory Anders
2022-09-13
*
fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)
Sean Dewar
2022-09-06
*
fix(lsp): clean the diagnostic cache when buffer delete (#19449)
Raphael
2022-08-29
*
fix(diagnostic): check for negative column value (#18868)
mohsen
2022-06-08
*
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)
Gregory Anders
2022-04-20
[next]