]> granicus.if.org Git - vim/commit
patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems v9.0.0447
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Sep 2022 20:36:17 +0000 (21:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Sep 2022 20:36:17 +0000 (21:36 +0100)
commitcf0995d7d7301e36c81cafa14e68782f1d3be2ad
treeb43bbb3633a186f9b80bb3285b357ef515acc2bd
parent87e74d0e03c6c0267546b2e3a49316f3e84d9794
patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems

Problem:    Using :echowin while at the hit-enter prompt causes problems.
Solution:   Do not prompt for :echowin.  Postpone showing the message window.
            Start the timer when the window is displayed.
src/ex_getln.c
src/message.c
src/popupwin.c
src/screen.c
src/testdir/dumps/Test_echowindow_6.dump [new file with mode: 0644]
src/testdir/dumps/Test_echowindow_7.dump [new file with mode: 0644]
src/testdir/test_messages.vim
src/version.c