We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e280d commit 5bbef31Copy full SHA for 5bbef31
2 files changed
src/testdir/Make_all.mak
@@ -163,6 +163,7 @@ NEW_TESTS = test_arabic.res \
163
test_tcl.res \
164
test_terminal.res \
165
test_terminal_fail.res \
166
+ test_textformat.res \
167
test_textobjects.res \
168
test_undo.res \
169
test_usercommands.res \
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1322,
776
/**/
777
1321,
778
0 commit comments