[vim/vim] Screen is not redrawn while the hit-enter prompt is up (Issue #21052)

2 views
Skip to first unread message

XiaowenHu

unread,
Aug 14, 2026, 11:33:14 AM (2 days ago) Aug 14
to vim/vim, Subscribed
XiaowenHu96 created an issue (vim/vim#21052)

Steps to reproduce

Steps to reproduce

" repro.vim
call popup_menu(['one'], {})
redraw!
echomsg repeat('x', &columns * 2)
vim -u NONE -N -i NONE -S repro.vim
  1. A popup is shown, and the Press ENTER or type command to continue prompt is
    armed by the long message.
  2. Press <CR>. Nothing appears to happen — the screen is byte-for-byte
    identical.
  3. Press <CR> again. Both the popup and the prompt disappear at once.

Expected behaviour

Expected

After step 2 the popup is gone, so the screen should no longer show it.

Version of Vim

9.2.0957

Environment

NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling

Logs and stack traces


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/21052@github.com>

Reply all
Reply to author
Forward
0 new messages