aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Fleischman <jeremyfleischman@gmail.com>2024-12-11 17:32:07 -0800
committerGitHub <noreply@github.com>2024-12-11 17:32:07 -0800
commit5eda7aafe995bfefd46fe859f32fa8581ab7f15d (patch)
tree4ae90f51780f8088872d5ca2052b9f453e0c6d64 /scripts
parent21961967ffef6d49512b83a23b6c93bb8b80389a (diff)
downloadrneovim-5eda7aafe995bfefd46fe859f32fa8581ab7f15d.tar.gz
rneovim-5eda7aafe995bfefd46fe859f32fa8581ab7f15d.tar.bz2
rneovim-5eda7aafe995bfefd46fe859f32fa8581ab7f15d.zip
fix(diagnostic): setqflist() is stuck after vim.lsp.buf.document_symbol #31553
Previously, when updating the quickfix diagnostics list, we'd update it, and then open the quickfix buffer, but there was no guarantee that the quickfix buffer would be displaying the quickfix diagnostics list (it could very possibly be displaying some other quickfix list!). This fixes things so we first select the quickfix list before opening the quickfix buffer. If `open` is not specified, the behavior is the same as before: we update the diagnostics quickfix list, but do not navigate to it. fixes https://github.com/neovim/neovim/issues/31540
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions