mirror of
https://github.com/neovim/neovim.git
synced 2025-12-01 06:23:01 +00:00
`vim.wait()` cannot be called in a fast callback since the main loop cannot be run in that context as it is not reentrant Fixes #26122
`vim.wait()` cannot be called in a fast callback since the main loop cannot be run in that context as it is not reentrant Fixes #26122