Files
neovim/runtime/lua/vim/lsp
Yi Ming fed9069b8d fix(lsp): avoid foldclose() after current window-buffer changed #33901
Problem:
Because the buffer in the window may change before the request is completed, foldclose() might be executed on the wrong buffer.

Solution:
Avoid that.
2025-05-22 03:16:28 -07:00
..
2025-04-17 15:44:46 +01:00
2025-04-27 13:40:46 -07:00