aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJeremy Fleischman <jeremyfleischman@gmail.com>2024-12-04 07:49:57 -0800
committerGitHub <noreply@github.com>2024-12-04 07:49:57 -0800
commit7579af3c514c44581fe33b5c03660cdfda7d658e (patch)
treec533c11c82acfc6aee6502ee6ce313a43132aeaa /runtime/doc
parente2a91876ac61b4265e62a73ea9aed37597976b85 (diff)
downloadrneovim-7579af3c514c44581fe33b5c03660cdfda7d658e.tar.gz
rneovim-7579af3c514c44581fe33b5c03660cdfda7d658e.tar.bz2
rneovim-7579af3c514c44581fe33b5c03660cdfda7d658e.zip
feat(diagnostic): vim.diagnostic.setqflist improvements #30868
1. Use the new "u" action to update the quickfix list so we don't lose our position in the quickfix list when updating it. 2. Rather than creating a new quickfix list each time, update the exiting one if we've already created one.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ad3f2c0a6a..c309d85297 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -303,6 +303,8 @@ UI
|hl-PmenuSel| and |hl-PmenuMatch| both inherit from |hl-Pmenu|, and
|hl-PmenuMatchSel| inherits highlights from both |hl-PmenuSel| and
|hl-PmenuMatch|.
+• |vim.diagnostic.setqflist()| updates existing diagnostics quickfix list if one
+ exists.
• |ui-messages| content chunks now also contain the highlight group ID.