Files
neovim/test/functional/lua
Lewis Russell 84bbe4b0ca fix(lua): disallow vim.wait() in fast contexts
`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
2023-11-27 09:09:21 +00:00
..
2023-04-02 16:11:42 +08:00
2023-06-12 01:14:33 +02:00