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
*
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
*
feat(diagnostic): add support for many namespaces filtering in GetOpts (#28045)
Mayrom
2024-03-26
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
docs(lua): improvements for LSP and Diagnostic
Lewis Russell
2024-03-05
*
docs: improve/add documentation of Lua types
Lewis Russell
2024-03-01
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
fix(lsp): send back diagnostic tags to the server
Lewis Russell
2024-02-06
*
docs: small fixes (#27213)
dundargoc
2024-02-06
*
refactor: create function for deferred loading
dundargoc
2024-02-03
*
fix(diagnostic): fix typing on field |diagnostic-severity|
Jongwook Choi
2024-01-23
*
fix(lua): return after assert returns assert message (#27064)
altermo
2024-01-17
*
fix(diagnostic): typing
Lewis Russell
2024-01-16
*
feat(lua): add noref to deepcopy
Lewis Russell
2024-01-03
*
feature(diagnostic): add `vim.diagnostic.count()` (#26807)
Evgeni Chasnovski
2024-01-01
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
refactor: use vim.deprecate on all deprecated functions
dundargoc
2023-12-27
*
refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)
Gregory Anders
2023-12-18
*
docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)
Yi Ming
2023-12-17
*
refactor(diagnostic): use named namespaces (#26568)
Gregory Anders
2023-12-14
*
feat(diagnostics): support numhl and linehl for diagnostic signs
Gregory Anders
2023-12-13
*
docs(diagnostic): fix typo in example
Gregory Anders
2023-12-13
*
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(diagnostics): if buffer not loaded, skip handlers that set extmark (#25628)
Jaehwang Jung
2023-10-16
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
fix(diagnostic): always return copies of diagnostic items (#25010)
Evgeni Chasnovski
2023-09-06
[next]