Mercurial > vim
diff src/testdir/Make_amiga.mak @ 2487:7ec9ada2cd81 vim73
Make :find completion consistent between Unix and MS-Windows. Add a test.
(Nazri Ramliy)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 04 Aug 2010 17:07:20 +0200 |
parents | fc695854c33a |
children | 2f57d93bdbf6 |
line wrap: on
line diff
--- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -27,7 +27,7 @@ SCRIPTS = test1.out test3.out test4.out test56.out test57.out test58.out test59.out test60.out \ test61.out test62.out test63.out test64.out test65.out \ test66.out test67.out test68.out test69.out test70.out \ - test71.out test72.out + test71.out test72.out test73.out .SUFFIXES: .in .out @@ -119,3 +119,4 @@ test69.out: test69.in test70.out: test70.in test71.out: test71.in test72.out: test72.in +test73.out: test73.in