Files
neovim/runtime/lua/vim/_meta
skewb1k 83c589d95f fix(lua): relax vim.wait() timeout validation (#36907)
fix(lua): relax `vim.wait()` timeout validation #36900

Problem:
After bc0635a9fc `vim.wait()` rejects floats
and NaN values.

Solution:
Restore the prior behavior, while still supporting `math.huge`. Update
tests to cover float case.

(cherry picked from commit b87bdef2a8)
2025-12-10 11:09:24 -05:00
..
2024-04-26 15:13:06 +01:00
2025-11-26 21:47:10 +08:00
2024-09-30 11:51:33 +01:00
2025-01-01 12:29:51 -08:00
2024-07-15 21:16:29 +01:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00
2025-11-26 21:47:10 +08:00
2025-03-18 06:18:37 -07:00