comparison src/testdir/Make_amiga.mak @ 6098:975d96776111 v7.4.387

updated for version 7.4.387 Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica) Solution: Write the ESC in the second stuff buffer.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jul 2014 16:00:58 +0200
parents 09af7cb358f0
children cb3218a69c2f
comparison
equal deleted inserted replaced
6097:ccaea8c2c8d7 6098:975d96776111
41 test_listlbr.out \ 41 test_listlbr.out \
42 test_listlbr_utf8.out \ 42 test_listlbr_utf8.out \
43 test_qf_title.out \ 43 test_qf_title.out \
44 test_changelist.out \ 44 test_changelist.out \
45 test_eval.out \ 45 test_eval.out \
46 test_insertcount.out \
46 test_options.out 47 test_options.out
47 48
48 .SUFFIXES: .in .out 49 .SUFFIXES: .in .out
49 50
50 nongui: /tmp $(SCRIPTS) 51 nongui: /tmp $(SCRIPTS)
172 test_listlbr.out: test_listlbr.in 173 test_listlbr.out: test_listlbr.in
173 test_listlbr_utf8.out: test_listlbr_utf8.in 174 test_listlbr_utf8.out: test_listlbr_utf8.in
174 test_qf_title.out: test_qf_title.in 175 test_qf_title.out: test_qf_title.in
175 test_changelist.out: test_changelist.in 176 test_changelist.out: test_changelist.in
176 test_eval.out: test_eval.in 177 test_eval.out: test_eval.in
178 test_insertcount.out: test_insertcount.in
177 test_options.out: test_options.in 179 test_options.out: test_options.in