From: Bram Moolenaar Date: Sun, 28 Feb 2016 18:39:20 +0000 (+0100) Subject: patch 7.4.1453 X-Git-Tag: v7.4.1453 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bfdba3de39c9d23d0d44c92b8aeb5a133513806;p=thirdparty%2Fvim.git patch 7.4.1453 Problem: Missing --not-a-term. Solution: Add the argument. --- diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index cea4699cad..2b5d543ab1 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -34,7 +34,7 @@ clean: .in.out: copy $*.ok test.ok - $(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 diff test.out $*.ok rename test.out $*.out -delete X#? ALL QUIET diff --git a/src/version.c b/src/version.c index 4d3b32422a..991af8dbfb 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1453, /**/ 1452, /**/