To: vim_dev@googlegroups.com Subject: Patch 8.2.2153 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2153 Problem: Popupwin test for latin1 still fails sometimes. Solution: Wait for the "cat" command to finish. Files: src/testdir/test_popupwin.vim *** ../vim-8.2.2152/src/testdir/test_popupwin.vim 2020-12-17 17:45:56.632588666 +0100 --- src/testdir/test_popupwin.vim 2020-12-17 21:54:39.936182619 +0100 *************** *** 3722,3727 **** --- 3722,3731 ---- terminal cat Xmultibyte call popup_create(['one', 'two', 'three', 'four'], #{line: 1, col: 10}) redraw + " wait for "cat" to finish + while execute('ls!') !~ 'finished' + sleep 10m + endwhile echo "Done" END call writefile(lines, 'XtestPopupLatin') *** ../vim-8.2.2152/src/version.c 2020-12-17 21:35:25.747874396 +0100 --- src/version.c 2020-12-17 21:55:46.703892800 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2153, /**/ -- OLD WOMAN: King of the WHO? ARTHUR: The Britons. OLD WOMAN: Who are the Britons? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///