To: vim_dev@googlegroups.com Subject: Patch 8.2.1441 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1441 Problem: Running tests in tiny version gives error for summarize.vim. Solution: Set 'cpoptions' to allow for line continuation. Restore redirecting test output to /dev/null. Files: src/testdir/summarize.vim, src/testdir/Makefile *** ../vim-8.2.1440/src/testdir/summarize.vim 2020-06-22 22:10:02.769177603 +0200 --- src/testdir/summarize.vim 2020-08-13 19:36:41.694504902 +0200 *************** *** 1,3 **** --- 1,4 ---- + set cpo&vim if 1 " This is executed only with the eval feature set nocompatible *** ../vim-8.2.1440/src/testdir/Makefile 2020-08-13 18:57:56.558214754 +0200 --- src/testdir/Makefile 2020-08-13 19:38:57.922050830 +0200 *************** *** 12,18 **** # Comment out this line to see the verbose output of tests. # # Catches SwapExists to avoid hanging at the ATTENTION prompt. ! #REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # Uncomment this line to use valgrind for memory leaks and extra warnings. # The output goes into a file "valgrind.testN" --- 12,18 ---- # Comment out this line to see the verbose output of tests. # # Catches SwapExists to avoid hanging at the ATTENTION prompt. ! REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # Uncomment this line to use valgrind for memory leaks and extra warnings. # The output goes into a file "valgrind.testN" *** ../vim-8.2.1440/src/version.c 2020-08-13 19:19:59.917998219 +0200 --- src/version.c 2020-08-13 19:38:17.950183834 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1441, /**/ -- hundred-and-one symptoms of being an internet addict: 192. Your boss asks you to "go fer" coffee and you come up with 235 FTP sites. /// 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 ///