Files
neovim/test/functional/api
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
..
2024-04-23 18:17:04 +02:00
2024-01-03 02:09:29 +01:00