Skip to content

Commit 228e629

Browse files
committed
patch 8.2.1526: line in testdir Makefile got commented out
Problem: Line in testdir Makefile got commented out. (Christian Brabandt) Solution: Revert.
1 parent 6e3aeec commit 228e629

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime
1212
# Comment out this line to see the verbose output of tests.
1313
#
1414
# Catches SwapExists to avoid hanging at the ATTENTION prompt.
15-
#REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
15+
REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
1616

1717
# Uncomment this line to use valgrind for memory leaks and extra warnings.
1818
# The output goes into a file "valgrind.testN"

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
1526,
757759
/**/
758760
1525,
759761
/**/

0 commit comments

Comments
 (0)