-
Notifications
You must be signed in to change notification settings - Fork 133
bug: Vimscript function must not be called in a fast event context #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should be fixed now. Thank you for reporting! |
🤖 I have created a release *beep* *boop* --- ## [4.7.1](v4.7.0...v4.7.1) (2024-11-15) ### Bug Fixes * **scrollbar:** hide on WinClosed. Fixes [#949](#949) ([ca2e3fe](ca2e3fe)) * **ui:** fix ext_messages in fast_events. Fixes [#997](#997) ([a802e17](a802e17)) * **view:** never set winblend when transparent. Fixes [#971](#971) ([fd7625e](fd7625e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thanks for the quick fix! One issue now is if you try searching with |
Also a similar thing happens with a mapping like |
Yeah indeed. Some things are broken now... The searching thing works for me with |
Opened a tracking issue. Feel free to add anything else you find is broken... |
Uh oh!
There was an error while loading. Please reload this page.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-1161+g6ef80eb42c
Operating system/version
Arch Linux 6.11.7
Describe the bug
Run
:echo "test"
or any other command which causes Noice to print a message.This issue started happening as of neovim/neovim@de48fbb (neovim/neovim#27874), which changes
vim.ui_attach
message callbacks to execute in fast context.The text was updated successfully, but these errors were encountered: