diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-04-12 13:45:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-04-12 13:45:02 +0200 |
commit | e3e6e573d10760a808e02514c350f136e9d9c7e4 (patch) | |
tree | 03e28b32288d3359b30854340cafda46bd103ba4 /src/testdir/Make_vms.mms | |
parent | 8185111125e4713831d4b6cfeb6f47138b0c83b2 (diff) | |
download | vim-git-e3e6e573d10760a808e02514c350f136e9d9c7e4.tar.gz |
updated for version 7.3.887v7.3.887
Problem: No tests for Visual mode operators, what 7.3.879 fixes.
Solution: Add a new test file. (David Bürgin)
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 7570a71b0..7770a6e7f 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: 2013-02-21 +# Last change: 2013 Apr 12 # # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. # Edit the lines in the Configuration section below to select. @@ -77,7 +77,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test71.out test72.out test74.out test75.out test76.out \ test77.out test78.out test79.out test80.out test81.out \ test82.out test83.out test84.out test88.out test89.out \ - test90.out test91.out test92.out test93.out + test90.out test91.out test92.out test93.out test94.out # Known problems: # Test 30: a problem around mac format - unknown reason |