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
*
refactor(diagnostic): remove bufnr parameter from open_float (#16579)
Gregory Anders
2021-12-08
*
fix(diagnostic): escape special chars in file names (#16527)
Matthew Toohey
2021-12-05
*
feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)
cbarrete
2021-11-28
*
test(diagnostic): diagnostics passed to set() should be an array
Gregory Anders
2021-11-27
*
test(diagnostic): uncomment equality check
Gregory Anders
2021-11-24
*
fix(diagnostic): resolve buffer number in get() (#16407)
Gregory Anders
2021-11-22
*
fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)
Gregory Anders
2021-11-22
*
fix(diagnostic): remove invalid buffers from cache (#16397)
smolck
2021-11-21
*
fix(diagnostic): fix navigation with diagnostics placed past end of line
Gregory Anders
2021-11-19
*
fix(diagnostic): deepcopy diagnostics before clamping line numbers
Gregory Anders
2021-11-19
*
Merge pull request #16328 from gpanders/diagnostic-prefix-hi
Gregory Anders
2021-11-16
|
\
|
*
refactor(diagnostic)!: rename 'show_header' to 'header'
Gregory Anders
2021-11-15
|
*
feat(diagnostic): allow 'prefix' option to return highlight
Gregory Anders
2021-11-15
*
|
refactor(diagnostic): make bufnr arguments consistent (#16323)
Gregory Anders
2021-11-16
|
/
*
feat(diagnostic): add 'prefix' option to open_float (#16321)
Gregory Anders
2021-11-14
*
feat(diagnostic): do not require namespace for hide() and show() (#16261)
Gregory Anders
2021-11-09
*
fix(diagnostic): fix option resolution in open_float (#16229)
Gregory Anders
2021-11-04
*
refactor(diagnostic): make display handlers generic (#16137)
Gregory Anders
2021-10-29
*
fix(diagnostic): handle diagnostics placed past the end of line (#16095)
Gregory Anders
2021-10-19
*
refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)
Gregory Anders
2021-10-19
*
fix(diagnostic): do not override existing config settings #16043
Gregory Anders
2021-10-17
*
fix: support severity_sort option for show_diagnostic functions (#15948)
Gregory Anders
2021-10-07
*
test(diagnostic): add test case for signs
Gregory Anders
2021-10-02
*
feat(diagnostic): allow customized diagnostic messages (#15742)
Gregory Anders
2021-09-22
*
feat(diagnostic): add option to include diagnostic source
Gregory Anders
2021-09-21
*
fix(diagnostic): clamp line numbers in display layer (#15729)
Gregory Anders
2021-09-20
*
feat(diagnostic): match(), tolist(), fromlist() #15704
Gregory Anders
2021-09-19
*
test: add test case for show_line_diagnostics
Gregory Anders
2021-09-18
*
fix(diagnostic): change default severity_sort order
Gregory Anders
2021-09-17
*
fix(diagnostic): support severity_sort
Gregory Anders
2021-09-17
*
test: add test case for severity ranges
Gregory Anders
2021-09-15
*
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15