]> granicus.if.org Git - vim/commitdiff
patch 8.0.1322: textformat test isn't run v8.0.1322
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Nov 2017 19:38:05 +0000 (20:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Nov 2017 19:38:05 +0000 (20:38 +0100)
Problem:    Textformat test isn't run. (Yegappan Lakshmanan)
Solution:   Add target to the list of tests.

src/testdir/Make_all.mak
src/version.c

index f9998c8e38884f7be518338591a99b916c924acb..66292224af879ef670c7549d9a67fc1f64856c3c 100644 (file)
@@ -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 \
index 48e32938226f9352a19e1af18b515ecb9e25ce76..de5175fd389e5bf1cfc8de8da7ecaebfb932bf24 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1322,
 /**/
     1321,
 /**/