comparison src/testdir/Make_vms.mms @ 6424:de877dab1c31 v7.4.542

updated for version 7.4.542 Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Mon, 08 Dec 2014 04:16:44 +0100
parents 5a76e36f07b1
children 1fd9f1d43660
comparison
equal deleted inserted replaced
6423:946876e24d5d 6424:de877dab1c31
2 # Makefile to run all tests for Vim on VMS 2 # Makefile to run all tests for Vim on VMS
3 # 3 #
4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> 4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> 5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
6 # 6 #
7 # Last change: 2014 Nov 27 7 # Last change: 2014 Dec 08
8 # 8 #
9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. 9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
10 # Edit the lines in the Configuration section below to select. 10 # Edit the lines in the Configuration section below to select.
11 # 11 #
12 # Execute with: 12 # Execute with:
99 test_argument_count.out \ 99 test_argument_count.out \
100 test_autoformat_join.out \ 100 test_autoformat_join.out \
101 test_breakindent.out \ 101 test_breakindent.out \
102 test_changelist.out \ 102 test_changelist.out \
103 test_close_count.out \ 103 test_close_count.out \
104 test_command_count.out \
104 test_eval.out \ 105 test_eval.out \
105 test_insertcount.out \ 106 test_insertcount.out \
106 test_listlbr.out \ 107 test_listlbr.out \
107 test_listlbr_utf8.out \ 108 test_listlbr_utf8.out \
108 test_mapping.out \ 109 test_mapping.out \