Files
neovim/test/functional
Justin M. Keyes 5370eb0146 fix(lua): vim.wait(0) does not call loop_poll #39679
Problem:
Regression from c822a2657c: `vim.wait(0)` does not call `loop_poll`,
so `vim.wait(1)` is needed to "yield" from Lua.

Solution:
- Ensure that `vim._core.loop_poll()` is always called, even when `time=0`.
- Document how to interrupt Lua code (ctrl-c).

ref https://github.com/neovim/neovim/issues/6800
2026-05-10 14:22:31 -04:00
..
2026-05-07 10:36:48 +02:00
2026-05-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00
2026-05-10 11:03:15 -04:00