]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.1441: running tests in tiny version gives error for summarize.vim v8.2.1441
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Aug 2020 17:42:39 +0000 (19:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Aug 2020 17:42:39 +0000 (19:42 +0200)
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.

src/testdir/Makefile
src/testdir/summarize.vim
src/version.c

index 42eb7f5569270b3a38512bdc50a3a7ce8ae10135..7033d1e46ef31bc16d80539f22a8b9b2a76aface 100644 (file)
@@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime
 # 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
+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"
index 7f8f758a7185b4e217a661cc10cb135e42c67f24..da5856a2e714385aa32b3555a5e88ebe47281f63 100644 (file)
@@ -1,3 +1,4 @@
+set cpo&vim
 if 1
   " This is executed only with the eval feature
   set nocompatible
index dc72eb1dd2ea8b14ee730b21fcffc764c3773bb1..877ba49020e43040ee46b7baea3250537436be86 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1441,
 /**/
     1440,
 /**/