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
/
runtime
/
lua
/
vim
/
diagnostic.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
*
perf(diagnostics): cache line diagnostics when `current_line` is set #32288
Maria José Solano
2025-02-02
*
fix(diagnostic): improve current_line refresh logic #32275
Tristan Knight
2025-02-02
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
feat(diagnostic): virtual_lines #31959
Maria José Solano
2025-01-26
*
feat(extmarks): virtual text can be right-aligned, truncated #31921
georgev93
2025-01-24
*
fix(diagnostic)!: make virtual text handler opt-in (#32079)
Gregory Anders
2025-01-18
*
refactor: use nvim.foo.bar format for autocommand groups
Maria José Solano
2025-01-14
*
refactor: use nvim.foo.bar format for namespaces
Maria José Solano
2025-01-14
*
feat(diagnostic)!: filter diagnostics by severity before passing to handlers ...
Gregory Anders
2025-01-11
*
fix(diagnostic): silence :chistory #31701
Yorick Peterse
2024-12-23
*
fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585
Juan Cruz De La Torre
2024-12-16
*
fix(diagnostic): broken variable reference #31557
Jeremy Fleischman
2024-12-12
*
fix(diagnostic): setqflist() is stuck after vim.lsp.buf.document_symbol #31553
Jeremy Fleischman
2024-12-11
*
feat(diagnostic): update quickfix list by title #31486
Jeremy Fleischman
2024-12-11
*
refactor: add vim._resolve_bufnr
Lewis Russell
2024-12-07
*
fix(diagnostic): only store quickfix id when creating a new one #31466
Jeremy Fleischman
2024-12-05
*
feat(diagnostic): vim.diagnostic.setqflist improvements #30868
Jeremy Fleischman
2024-12-04
*
feat(diagnostic): inherit parent 'path' option in open_float (#31273)
Mathias Fußenegger
2024-11-25
*
fix: another round of type annotation fixes
Lewis Russell
2024-10-31
*
feat(diagnostics)!: sort underline severity_sort (#30898)
Donatas
2024-10-27
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
refactor: rename vim.highlight => vim.hl
Justin M. Keyes
2024-10-21
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
fix(diagnostic): correct `severity` type on `setqflist`, `setloclist` (#30506)
Nathan Smith
2024-09-25
*
fix(diagnostic): fix backwards compatibility for goto_next and goto_prev (#29...
Max Coplan
2024-07-09
*
fix(diagnostic): make docs agree with code (#29561)
Peter Aronoff
2024-07-04
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
fix(diagnostics): don't apply extmarks to invalid lines #29321
Riley Bruins
2024-06-19
*
docs: misc (#28837)
dundargoc
2024-06-07
*
fix(diagnostic): fix float scope filtering (#29134)
Andre Toerien
2024-06-04
*
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
feat: add "jump" options to vim.diagnostic.config() (#29067)
Gregory Anders
2024-05-28
*
feat(diagnostic): add vim.diagnostic.jump() (#26745)
Gregory Anders
2024-05-28
*
fix: change deprecation presentation
dundargoc
2024-05-24
*
fix(diagnostic): show backtrace for deprecation warnings
Jongwook Choi
2024-05-20
*
docs: misc (#28761)
dundargoc
2024-05-16
*
feat(diagnostic): revert default behaviour of goto_next/prev()
Lewis Russell
2024-04-30
*
feat(defaults): visual CTRL-R for LSP mappings #28537
Justin M. Keyes
2024-04-28
*
fix(diagnostic): get border from config (#28531)
glepnir
2024-04-28
*
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
*
perf(diagnostic): avoid table copies to filter by severity (#28491)
Mathias Fußenegger
2024-04-24
*
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
*
refactor(lua): rename tbl_islist => islist
Justin M. Keyes
2024-04-21
*
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
[next]