Files
neovim/runtime/lua/vim/_meta
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-09-14 08:23:01 -05:00
2023-09-22 23:02:45 +01:00
2023-09-14 08:23:01 -05:00
2023-07-17 16:32:56 +01:00
2023-11-22 10:46:11 +08:00