changeset 12891:39e363a95856 v8.0.1322

patch 8.0.1322: textformat test isn't run commit https://github.com/vim/vim/commit/5bbef3194984f175eb12b6efaa04c49a42ab58f2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 19 20:38:05 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Nov 2017 20:45:06 +0100
parents d41e34875d22
children 8702493d83af
files src/testdir/Make_all.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1322,
+/**/
     1321,
 /**/
     1320,