mirror of
https://github.com/neovim/neovim.git
synced 2025-12-12 17:42:37 +00:00
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.