Files
neovim/runtime/lua/vim
Maria Solano f9c67c40bc fix(lsp): call on_list before reading loclist #37645
Problem:
`on_list` is supposed to replace the default list-handler. With the current order of these `if` statements `on_list` won't be called if `loclist` is true.

Solution:
Change the order of the relevant blocks.

(cherry picked from commit 0501c5fd09)
2026-02-01 12:41:57 +00:00
..
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-02-26 23:06:22 +01:00