Files
neovim/runtime/lua/vim/lsp
Yi Ming 5e6c8d4edf fix(lsp): check window is still valid after async request #39396
Problem:
Since `foldclose` is async, it must wait for the request to return before actually executing, at which point the original window may no longer be valid.

Solution:
Check whether the window is valid before actually performing `foldclose`.

(cherry picked from commit 775c7d1b53)
2026-04-25 16:55:31 +00:00
..
2026-04-14 13:27:29 +02:00
2026-03-29 11:56:37 -04:00