Skip to content

Commit 5bbef31

Browse files
committed
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.
1 parent 40e280d commit 5bbef31

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/Make_all.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ NEW_TESTS = test_arabic.res \
163163
test_tcl.res \
164164
test_terminal.res \
165165
test_terminal_fail.res \
166+
test_textformat.res \
166167
test_textobjects.res \
167168
test_undo.res \
168169
test_usercommands.res \

src/version.c

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

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1322,
774776
/**/
775777
1321,
776778
/**/

0 commit comments

Comments
 (0)