From: Bram Moolenaar Date: Thu, 27 Aug 2020 14:06:46 +0000 (+0200) Subject: patch 8.2.1526: line in testdir Makefile got commented out X-Git-Tag: v8.2.1526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=228e62975e7aef9d6224a5a7c43625c1c1494fc2;p=vim 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 index 6431f6a6b..2fb329aa1 100644 --- 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 index 71851c849..514cc6890 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1526, /**/ 1525, /**/