From 4bde00c59575f7547ab59946aea527c5be067662 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Jan 2015 19:31:02 +0100 Subject: updated for version 7.4.588 Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat) --- src/testdir/Make_amiga.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Make_amiga.mak') diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index c8becc7a7..0e9898b9a 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -36,6 +36,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test94.out test95.out test96.out test97.out test98.out \ test99.out test100.out test101.out test102.out test103.out \ test104.out test105.out test106.out test107.out \ + test_argument_0count.out \ test_argument_count.out \ test_autoformat_join.out \ test_breakindent.out \ @@ -175,6 +176,7 @@ test104.out: test104.in test105.out: test105.in test106.out: test106.in test107.out: test107.in +test_argument_0count.out: test_argument_0count.in test_argument_count.out: test_argument_count.in test_autoformat_join.out: test_autoformat_join.in test_breakindent.out: test_breakindent.in -- cgit v1.2.1