-
- Downloads
feat(diagnostic): goto functions jump to highest severity (#28490)
When the "severity" option is nil, vim.diagnostic.goto_next() and vim.diagnostic.goto_prev() jump to the next diagnostic with the highest severity.
Showing
- runtime/doc/diagnostic.txt 3 additions, 2 deletionsruntime/doc/diagnostic.txt
- runtime/doc/news.txt 5 additions, 0 deletionsruntime/doc/news.txt
- runtime/lua/vim/diagnostic.lua 27 additions, 3 deletionsruntime/lua/vim/diagnostic.lua
- test/functional/lua/diagnostic_spec.lua 119 additions, 22 deletionstest/functional/lua/diagnostic_spec.lua
Loading
Please register or sign in to comment