changeset 21953:947aba2d8c28 v8.2.1526

patch 8.2.1526: line in testdir Makefile got commented out Commit: https://github.com/vim/vim/commit/228e62975e7aef9d6224a5a7c43625c1c1494fc2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 16:06:46 2020 +0200 patch 8.2.1526: line in testdir Makefile got commented out Problem: Line in testdir Makefile got commented out. (Christian Brabandt) Solution: Revert.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 16:15:03 +0200
parents 5f58121490bb
children afe0b8919219
files src/testdir/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -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"
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1526,
+/**/
     1525,
 /**/
     1524,