Patch 8.2.2399

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 24, 2021, 6:00:43 AM1/24/21
to vim...@googlegroups.com

Patch 8.2.2399 (after 8.2.2385)
Problem: Fold test fails in wide terminal.
Solution: Adjust the test. (Dominique Pelle, closes #7731, closes #7739)
Files: src/testdir/test_fold.vim


*** ../vim-8.2.2398/src/testdir/test_fold.vim 2021-01-21 17:03:04.475217089 +0100
--- src/testdir/test_fold.vim 2021-01-24 11:58:30.903742359 +0100
***************
*** 864,870 ****
set fdm=indent sw=2 wrap tw=80

let content = [ ' foo', ' bar', ' baz',
! \ repeat('x', 100),
\ ' foo', ' bar', ' baz'
\ ]
call append(0, content)
--- 864,870 ----
set fdm=indent sw=2 wrap tw=80

let content = [ ' foo', ' bar', ' baz',
! \ repeat('x', &columns + 1),
\ ' foo', ' bar', ' baz'
\ ]
call append(0, content)
*** ../vim-8.2.2398/src/version.c 2021-01-23 15:27:06.378245456 +0100
--- src/version.c 2021-01-23 17:33:49.119645710 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2399,
/**/

--
hundred-and-one symptoms of being an internet addict:
220. Your wife asks for sex and you tell her where to find you on IRC.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages