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 -- [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/202101241100.10OB0Yxu2750679%40masaka.moolenaar.net.