Files
neovim/runtime/lua/vim
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-10 13:00:52 -04:00
2026-04-30 07:26:40 -04:00
2026-05-10 11:03:15 -04:00
2026-04-25 11:16:18 -04:00
2026-01-09 10:07:15 +01:00
2026-05-10 11:03:15 -04:00
2026-04-30 07:26:40 -04:00