]> granicus.if.org Git - vim/commitdiff
patch 7.4.1453 v7.4.1453
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Feb 2016 18:39:20 +0000 (19:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Feb 2016 18:39:20 +0000 (19:39 +0100)
Problem:    Missing --not-a-term.
Solution:   Add the argument.

src/testdir/Make_amiga.mak
src/version.c

index cea4699cad51deaf5fb89805bc50b5fc935fe023..2b5d543ab1b0768341cf8090464706de64c0c1d4 100644 (file)
@@ -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
index 4d3b32422ab1f5fbe404da26915ef4e2edcb5892..991af8dbfbc5fc0c2b3e1b181c815d6c324db870 100644 (file)
@@ -743,6 +743,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1453,
 /**/
     1452,
 /**/