You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semi-regression from #31525; same issue was already present for input(). Issue is not present with the proposed default ext_ui in #27855. Not easily solvable for the message grid, can try if we must. "Workaround" would be of course not to redraw (when is redrawing in cmdline mode useful?).
Problem
When
redraw
is called async(?), it will clear the choices presented byinputlist()
.Before
redraw
:After:
Some related issues:
smear_to_cmd
breaksz=
(spell suggestions) and similar sphamba/smear-cursor.nvim#82 (originally reported)Steps to reproduce
Wait for the deferred
redraw
to kick in. Seems to be the same for Vim usingtimer_start
except worse (everything just goes blank).Expected behavior
I expect the choices to still be present after redraw.
Nvim version (nvim -v)
v0.11.0-dev-1557+ga78eddd541-Homebrew
Vim (not Nvim) behaves the same?
9.1.1000
Operating system/version
macOS 15.1.1
Terminal name/version
Ghostty 72d08552
$TERM environment variable
xterm-ghostty
Installation
Homebrew (brew install --head neovim)
The text was updated successfully, but these errors were encountered: