Closed b0o closed 3 hours ago
Should be fixed now.
msg_show
events are no longer processed realtime, so this might have other side-effects.
Let me know if you notice anything else broken.
Thank you for reporting!
Thanks for the quick fix! One issue now is if you try searching with /
for a pattern which doesn't exist in the buffer, the "not found" message isn't printed and the search bar gets stuck until you do something to trigger a redraw.
Also a similar thing happens with a mapping like :confirm qall
with unsaved changes.
Yeah indeed. Some things are broken now...
Not sure how I can fix that confirm
message.
The searching thing works for me with Snacks.notifier
.
nvim-notify
has some issues with redraw
.
Opened a tracking issue. Feel free to add anything else you find is broken...
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 https://github.com/neovim/neovim/commit/de48fbbd5f8800bd7f1909a6fb41e53e871cf74c (https://github.com/neovim/neovim/pull/27874), which changes
vim.ui_attach
message callbacks to execute in fast context.