[vim/vim] Screen is not redrawn while the hit-enter prompt is up (Issue #21052)
XiaowenHu (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/[email protected]> |
XiaowenHu96 created an issue (vim/vim#21052)
### Steps to reproduce
**Steps to reproduce**
```vim
" 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
```shell
```
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/issues/21052
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/issues/[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/21052%40github.com.