]> granicus.if.org Git - vim/commit
patch 9.0.0321: cannot use the message popup window directly v9.0.0321
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2022 17:16:32 +0000 (18:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2022 17:16:32 +0000 (18:16 +0100)
commit37fef16c225eabed28a3c7a0542d2eeef30d812b
tree57bebcbc858d18cb593d625d7eb659eb8f3a3c7a
parent54acb90d9e672315e3bd13f8dc71f828df97c868
patch 9.0.0321: cannot use the message popup window directly

Problem:    Cannot use the message popup window directly.
Solution:   Add ":echowindow".
14 files changed:
runtime/doc/eval.txt
src/eval.c
src/ex_cmdidxs.h
src/ex_cmds.h
src/ex_getln.c
src/globals.h
src/message.c
src/popupwin.c
src/structs.h
src/testdir/dumps/Test_echowindow_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_echowindow_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_echowindow_3.dump [new file with mode: 0644]
src/testdir/test_messages.vim
src/version.c