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