Patch 8.2.2641
Problem: Display test fails because of lacking redraw.
Solution: Add a redraw command.
Files: src/testdir/test_display.vim
*** ../vim-8.2.2640/src/testdir/test_display.vim 2021-02-17
13:14:03.688013283 +0100
--- src/testdir/test_display.vim 2021-03-22 17:29:37.053732161 +0100
***************
*** 268,279 ****
call assert_fails(':set fillchars=eob:<ff>', 'E474:')
" default is ~
new
call assert_equal('~', Screenline(2))
set fillchars=eob:+
! redraw!
call assert_equal('+', Screenline(2))
set fillchars=eob:\
! redraw!
call assert_equal(' ', nr2char(screenchar(2, 1)))
set fillchars&
close
--- 268,280 ----
call assert_fails(':set fillchars=eob:<ff>', 'E474:')
" default is ~
new
+ redraw
call assert_equal('~', Screenline(2))
set fillchars=eob:+
! redraw
call assert_equal('+', Screenline(2))
set fillchars=eob:\
! redraw
call assert_equal(' ', nr2char(screenchar(2, 1)))
set fillchars&
close
*** ../vim-8.2.2640/src/version.c 2021-03-22 17:11:11.095967719 +0100
--- src/version.c 2021-03-22 17:30:27.121617759 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2641,
/**/
--
hundred-and-one symptoms of being an internet addict:
16. You step out of your room and realize that your parents have moved and
you don't have a clue when it happened.
/// 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/202103221631.12MGVB1o2371170%40masaka.moolenaar.net.