diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-08-14 15:55:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-08-14 15:55:42 +0000 |
commit | 9c039780125bdcbab96ad1cb8004b04f25546611 (patch) | |
tree | ddf5d93d700371a8cc4fc9037de99605f2b2e5b1 /src/testdir/Make_vms.mms | |
parent | 4d2fffc833ec13bed9557f905fecdaf8fe16a445 (diff) | |
download | vim-git-9c039780125bdcbab96ad1cb8004b04f25546611.tar.gz |
updated for version 7.1-072v7.1.072
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 3c34695d9..4b86ebbfe 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: 2007 Jul 24 +# Last change: 2007 Aug 14 # # 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. @@ -59,7 +59,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.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 \ - test61.out test62.out test63.out + test61.out test62.out test63.out test64.out .IFDEF WANT_GUI SCRIPT_GUI = test16.out |