bug: Two confirm()'s one after the other don't update the text in the confirm window. #968
Open
4 tasks done
Labels
bug
Something isn't working
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
The text was updated successfully, but these errors were encountered: