]> granicus.if.org Git - vim/commitdiff
patch 8.2.1526: line in testdir Makefile got commented out v8.2.1526
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2020 14:06:46 +0000 (16:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2020 14:06:46 +0000 (16:06 +0200)
Problem:    Line in testdir Makefile got commented out. (Christian Brabandt)
Solution:   Revert.

src/testdir/Makefile
src/version.c

index 6431f6a6b3e95935df7b58b1842d9c082f4bcc75..2fb329aa1c5aa25113f9b270c160600fd886373a 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 71851c849813c448c7f0999b64d0e0f8f4b0d227..514cc6890c0e3e8cc86398d2948637f4e2c70b24 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1526,
 /**/
     1525,
 /**/