Files
neovim/test/functional
Justin M. Keyes 7c4845ff46 fix(ui): z=, tselect with async vim.ui.select
Problem:
After 55ceb31,  z= and tselect don't work if `vim.ui.select` is an async
provider (especially terminal buffers).

Solution:
Drop the `vim.wait()` approach, use an async approach.

fix #39506
2026-04-30 19:19:42 +02:00
..
2026-04-29 17:37:47 -04:00
2026-03-29 18:16:17 +02:00
2026-04-25 11:16:18 -04:00