diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-29 12:15:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-29 12:15:40 +0200 |
commit | d69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e (patch) | |
tree | 722c4dd7ab344ec2ffc904b229de7aa2dd8c63d8 /src/testdir/Make_amiga.mak | |
parent | 33e87789a740fadcae473c60a00de2a13c55a7d0 (diff) | |
download | vim-git-d69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e.tar.gz |
updated for version 7.4.267v7.4.267
Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat)
Solution: Add the setmark argument to do_join(). (Christian Brabandt)
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 3492945eb..c8a529e6c 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 \ + test_autoformat_join.out \ test_eval.out \ test_options.out @@ -160,5 +161,6 @@ test103.out: test103.in test104.out: test104.in test105.out: test105.in test106.out: test106.in +test_autoformat_join.out: test_autoformat_join.in test_eval.out: test_eval.in test_options.out: test_options.in |