diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 16:00:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 16:00:58 +0200 |
commit | 4f5ce33d415a0eeedd7f04baa6715431e72652e1 (patch) | |
tree | 2ba79c0e7cdd6e2ed02b741142cf0a4822e67093 /src/testdir/Make_amiga.mak | |
parent | 23fb7a995534f45a497761461d487e38cc1067f7 (diff) | |
download | vim-git-4f5ce33d415a0eeedd7f04baa6715431e72652e1.tar.gz |
updated for version 7.4.387v7.4.387
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica)
Solution: Write the ESC in the second stuff buffer.
Diffstat (limited to 'src/testdir/Make_amiga.mak')
-rw-r--r-- | src/testdir/Make_amiga.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_amiga.mak b/src/testdir/Make_amiga.mak index b4d829da0..030542430 100644 --- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -43,6 +43,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test_qf_title.out \ test_changelist.out \ test_eval.out \ + test_insertcount.out \ test_options.out .SUFFIXES: .in .out @@ -174,4 +175,5 @@ test_listlbr_utf8.out: test_listlbr_utf8.in test_qf_title.out: test_qf_title.in test_changelist.out: test_changelist.in test_eval.out: test_eval.in +test_insertcount.out: test_insertcount.in test_options.out: test_options.in |