To: vim_dev@googlegroups.com Subject: Patch 8.2.2641 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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:', '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:', '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 -- 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 ///