Files
neovim/runtime/lua/vim
Yi Ming 775c7d1b53 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`.
2026-04-25 12:11:09 -04:00
..
2026-04-25 11:16:18 -04:00
2026-04-25 11:16:18 -04:00
2026-04-20 07:09:37 -04:00
2025-06-06 15:36:48 +01:00
2026-04-25 11:16:18 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-12 14:17:50 +02:00
2026-04-18 15:38:59 -04:00