# HG changeset patch # User Bram Moolenaar # Date 1598537703 -7200 # Node ID 947aba2d8c286242312ea3e023776704de8412c4 # Parent 5f58121490bbe3d0430c43a62bf363eb9f017ce2 patch 8.2.1526: line in testdir Makefile got commented out Commit: https://github.com/vim/vim/commit/228e62975e7aef9d6224a5a7c43625c1c1494fc2 Author: Bram Moolenaar 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. diff --git a/src/testdir/Makefile b/src/testdir/Makefile --- 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" diff --git a/src/version.c b/src/version.c --- 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,