From 5bbef3194984f175eb12b6efaa04c49a42ab58f2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 19 Nov 2017 20:38:05 +0100 Subject: [PATCH] patch 8.0.1322: textformat test isn't run Problem: Textformat test isn't run. (Yegappan Lakshmanan) Solution: Add target to the list of tests. --- src/testdir/Make_all.mak | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index f9998c8e38..66292224af 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -163,6 +163,7 @@ NEW_TESTS = test_arabic.res \ test_tcl.res \ test_terminal.res \ test_terminal_fail.res \ + test_textformat.res \ test_textobjects.res \ test_undo.res \ test_usercommands.res \ diff --git a/src/version.c b/src/version.c index 48e3293822..de5175fd38 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1322, /**/ 1321, /**/