Files
neovim/runtime/lua/vim
Artem Krinitsyn 290f7e69a1 backport: fix(lsp): guard linked_editing_range refresh on attach (#40900)
Problem:
on_attach() calls refresh(), but there is no guarantee the attached
buffer is the current buffer. This can make linked editing request
handling assume the wrong window.

Solution:
Call refresh() only if the current buffer is attached. This keeps the
initial highlighting behavior while avoiding making incorrect request.

(cherry picked from commit 9180c6e093)
2026-07-22 10:43:05 +00:00
..
2026-04-25 13:51:22 -04:00
2026-05-07 12:03:02 +02:00
2025-06-06 15:36:48 +01:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-07-05 10:39:22 +00:00