To: vim_dev@googlegroups.com Subject: Patch 8.2.1038 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1038 Problem: Popupwin test fails. Solution: Fix WaitForAssert() argument. Files: src/testdir/test_popupwin.vim *** ../vim-8.2.1037/src/testdir/test_popupwin.vim 2020-06-22 19:24:18.807085225 +0200 --- src/testdir/test_popupwin.vim 2020-06-22 19:54:13.881668848 +0200 *************** *** 2454,2463 **** call term_sendkeys(termbuf2, "exit\") " Exiting shell closes popup window - let pupwin = win_getid() call feedkeys("exit\", 'xt') " Wait for shell to exit ! call WaitForAssert({-> assert_notequal(pupwin, win_getid())}) call feedkeys(":quit\", 'xt') call assert_equal(origwin, win_getid()) --- 2454,2462 ---- call term_sendkeys(termbuf2, "exit\") " Exiting shell closes popup window call feedkeys("exit\", 'xt') " Wait for shell to exit ! call WaitForAssert({-> assert_equal("dead", job_status(term_getjob(termbuf)))}) call feedkeys(":quit\", 'xt') call assert_equal(origwin, win_getid()) *** ../vim-8.2.1037/src/version.c 2020-06-22 19:38:59.928402805 +0200 --- src/version.c 2020-06-22 19:55:09.597502563 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1038, /**/ -- Dreams are free, but there's a small charge for alterations. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///