diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-15 23:06:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-15 23:06:44 +0000 |
commit | 27dc19509b0521a800d7af45970016458209f060 (patch) | |
tree | ffd8a9f7c7962759cac12bd81b06e57fb3be55a4 /src/testdir/Make_vms.mms | |
parent | 95e9b49537e5e6c2d8aa38595afbf404f7f483e6 (diff) | |
download | vim-27dc19509b0521a800d7af45970016458209f060.zip |
updated for version 7.0225
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 767ab7840..57101fc13 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -4,7 +4,7 @@ # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # -# Last change: 2005 Jul 05 +# Last change: 2006 Mar 15 # # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. # Edit the lines in the Configuration section below to select. @@ -58,7 +58,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test38.out test39.out test40.out test41.out test42.out \ test43.out test44.out test45.out test46.out \ test48.out test51.out test53.out test54.out test55.out \ - test56.out test57.out test58.out test59.out test60.out + test56.out test57.out test58.out test59.out test60.out \ + test61.out .IFDEF WANT_GUI SCRIPT_GUI = test16.out |