index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
diagnostic.lua
Age
Commit message (
Expand
)
Author
Files
2022-12-18
fix(diagnostic): clear stale cache on reset (#21454)
Mathias Fußenegger
1
2022-09-15
fix(diagnostic): populate data key in DiagnosticChanged autocmd in reset (#20...
Gregory Anders
1
2022-09-13
feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173)
Gregory Anders
1
2022-09-06
fix(diagnostic): remove buf from cache on `BufWipeout` (#20099)
Sean Dewar
1
2022-08-29
fix(lsp): clean the diagnostic cache when buffer delete (#19449)
Raphael
1
2022-07-31
docs: fix typos (#19024)
dundargoc
1
2022-07-17
fix(lsp): move augroup define to if statement (#19406)
Raphael
1
2022-07-09
refactor(lua): replace vim.cmd use with API calls (#19283)
Raphael
1
2022-07-07
refactor(lua): reformat with stylua 0.14.0 (#19264)
Christian Clason
1
2022-06-08
fix(diagnostic): check for negative column value (#18868)
mohsen
1
2022-05-09
chore: format runtime with stylua
Christian Clason
1
2022-04-20
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)
Gregory Anders
1
2022-03-27
fix(diagnostic): make `open_float` respect global diagnostic options (#17879)
Smitesh Patil
1
2022-02-21
refactor(highlight)!: optional arguments for highlight.range as table (#17462)
Christian Clason
1
2022-02-20
fix(diagnostic): use botright copen for qflist (#17475)
Michael Lingelbach
1
2022-02-19
fix: lsp and diagnostic highlight priority (#17461)
Michael Lingelbach
1
2022-01-11
feat(diagnostic): allow retrieving current diagnostic config
Gregory Anders
1
2022-01-11
fix(diagnostic): only set default handler config if unset
Gregory Anders
1
2022-01-11
fix(diagnostic): allow setting arbitrary config values
Gregory Anders
1
2022-01-11
fix(diagnostic): resolve nil opts tables
Gregory Anders
1
2022-01-03
fix: resolve nil arguments to API functions (#16889)
Gregory Anders
1
2022-01-01
fix(diagnostic): improve validation for list arguments (#16855)
Gregory Anders
1
2021-12-28
chore: fix typos (#16506)
dundargoc
1
2021-12-17
fix(diagnostic): respect "if_many" source option for virtual text (#16653)
Gregory Anders
1
2021-12-16
refactor(diagnostic): remove hack (#16685)
Gregory Anders
1
2021-12-16
fix(diagnostic): assert that diagnostics have line number and column (#16683)
Gregory Anders
1
2021-12-08
fix(diagnostic): set effective buffer number in autocmd (again) (#16589)
Gregory Anders
1
2021-12-08
refactor(diagnostic): remove bufnr parameter from open_float (#16579)
Gregory Anders
1
2021-12-05
refactor: format diagnostic.lua (#16540)
Gregory Anders
1
2021-12-05
fix(diagnostic): escape special chars in file names (#16527)
Matthew Toohey
1
2021-12-04
feat(lsp,diagnostic): open folds in jump-related functions (#16520)
Dmytro Meleshko
1
2021-12-02
fix(diagnostic): clamp diagnostics on negative line numbers (#16496)
Michael Lingelbach
1
2021-12-01
fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...
Gregory Anders
1
2021-11-29
feat(lsp): add 'focus' option to open_floating_preview (#16465)
Gregory Anders
1
2021-11-28
feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)
cbarrete
1
2021-11-27
fix(diagnostic): make set() go through cache when calling show()
Gregory Anders
1
2021-11-27
chore: fix typos (#16361)
dundargoc
1
2021-11-25
feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)
Gregory Anders
1
2021-11-25
Merge pull request #16434 from gpanders/diagnostic-clampage
Michael Lingelbach
1
2021-11-24
fix(diagnostic): do not focus floats in goto functions (#16433)
Gregory Anders
1
2021-11-24
fix(diagnostic): don't clamp line numbers in setqflist
Gregory Anders
1
2021-11-24
fix(diagnostic): get line count per buffer when clamping
Gregory Anders
1
2021-11-22
fix(diagnostic): resolve buffer number in get() (#16407)
Gregory Anders
1
2021-11-22
fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)
Gregory Anders
1
2021-11-21
fix(diagnostic): remove invalid buffers from cache (#16397)
smolck
1
2021-11-19
fix(diagnostic): clamp line numbers in setqflist and setloclist
Gregory Anders
1
2021-11-19
fix(diagnostic): fix navigation with diagnostics placed past end of line
Gregory Anders
1
2021-11-19
fix(diagnostic): deepcopy diagnostics before clamping line numbers
Gregory Anders
1
2021-11-18
fix(diagnostic): don't use nil col if missing from qflist (#16357)
Gregory Anders
1
2021-11-16
Merge pull request #16328 from gpanders/diagnostic-prefix-hi
Gregory Anders
1
[next]