Fix running vim tests with --features neovim (#36014)

This was broken incidentally in
https://github.com/zed-industries/zed/pull/33417

A better fix would be to fix app shutdown to take control of the
executor so that we *can* run
foreground tasks; but that is a bit fiddly (draft #36015) 

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-08-11 23:08:58 -06:00 committed by GitHub
parent 481e3e5092
commit 1a798830cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 1 deletions

1
Cargo.lock generated
View file

@ -18025,6 +18025,7 @@ dependencies = [
"command_palette_hooks",
"db",
"editor",
"env_logger 0.11.8",
"futures 0.3.31",
"git_ui",
"gpui",