mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00

Problem: Processing non-fast events during SystemObj:wait() may cause two pieces of code to interfere with each other, and is different from jobwait(). Solution: Don't process non-fast events during SystemObj:wait().