Open dapetcu21 opened 1 month ago
I’m experiencing the same issue, when I use 'qa' cmd, and confirm to save multi files, similar to what you described. The related information about Noice is as follows:
version 4.5.2
tag v4.5.2
branch main
commit df448c6
about nvim:
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Still an issue
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.1
Operating system/version
Windows 10
Describe the bug
Two confirms in quick succession will exhibit a weird behavior where the second confirm window will resize to the correct size, but keep the text contents of the first one.
Then:
Steps To Reproduce
call confirm("This is a longer text. This is a longer text.") | call confirm("Meow")
Expected Behavior
Then:
Repro