Skip to content

Commit 9bfdba3

Browse files
committed
patch 7.4.1453
Problem: Missing --not-a-term. Solution: Add the argument.
1 parent 18b5d6d commit 9bfdba3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/Make_amiga.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clean:
3434

3535
.in.out:
3636
copy $*.ok test.ok
37-
$(VIMPROG) -u amiga.vim -U NONE --noplugin -s dotest.in $*.in
37+
$(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in
3838
diff test.out $*.ok
3939
rename test.out $*.out
4040
-delete X#? ALL QUIET

src/version.c

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

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1453,
746748
/**/
747749
1452,
748750
/**/

0 commit comments

Comments
 (0)