Patch 8.2.2149
Problem: Popupwin test for latin1 sometimes fails.
Solution: Wait for the script to finish.
Files: src/testdir/test_popupwin.vim
*** ../vim-8.2.2148/src/testdir/test_popupwin.vim 2020-12-12
18:17:46.463804077 +0100
--- src/testdir/test_popupwin.vim 2020-12-17 17:42:50.757504865 +0100
***************
*** 3721,3731 ****
--- 3721,3734 ----
set encoding=latin1
terminal cat Xmultibyte
call popup_create(['one', 'two', 'three', 'four'], #{line: 1, col: 10})
+ redraw
+ echo "Done"
END
call writefile(lines, 'XtestPopupLatin')
call writefile([repeat("\u3042 ", 120)], 'Xmultibyte')
let buf = RunVimInTerminal('-S XtestPopupLatin', #{rows: 10})
+ call WaitForAssert({-> assert_match('Done', term_getline(buf, 10))})
call term_sendkeys(buf, ":q\<CR>")
call StopVimInTerminal(buf)
*** ../vim-8.2.2148/src/version.c 2020-12-16 21:43:47.451181035 +0100
--- src/version.c 2020-12-17 17:44:37.072980768 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2149,
/**/
--
"Lisp has all the visual appeal of oatmeal with nail clippings thrown in."
-- Larry Wall
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/202012171646.0BHGkNNr994095%40masaka.moolenaar.net.