Files
neovim/runtime/lua/vim
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-03-11 18:24:57 +01:00
2026-04-20 11:46:26 +00:00
2025-06-06 15:36:48 +01:00
2026-04-19 12:36:19 +00:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-14 13:27:29 +02:00
2026-04-12 15:54:27 +02:00
2026-04-12 15:54:27 +02:00
2026-04-19 12:36:19 +00:00