Files
neovim/runtime
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-01-07 08:11:42 +08:00
2026-03-24 00:14:55 +01:00
2026-07-05 14:05:57 +02:00