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 18b5d6d commit 9bfdba3Copy full SHA for 9bfdba3
src/testdir/Make_amiga.mak
@@ -34,7 +34,7 @@ clean:
34
35
.in.out:
36
copy $*.ok test.ok
37
- $(VIMPROG) -u amiga.vim -U NONE --noplugin -s dotest.in $*.in
+ $(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in
38
diff test.out $*.ok
39
rename test.out $*.out
40
-delete X#? ALL QUIET
src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
743
744
static int included_patches[] =
745
{ /* Add new patch number below this line */
746
+/**/
747
+ 1453,
748
/**/
749
1452,
750
0 commit comments