comparison src/testdir/Make_vms.mms @ 6841:0f1cc87630d8 v7.4.741

patch 7.4.741 Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 14:06:43 +0200
parents a8962f0e0d34
children 18ec2c5a5ce7
comparison
equal deleted inserted replaced
6840:37828f7503c7 6841:0f1cc87630d8
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: 2015 Apr 21 7 # Last change: 2015 Jun 19
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:
112 test_mapping.out \ 112 test_mapping.out \
113 test_marks.out \ 113 test_marks.out \
114 test_nested_function.out \ 114 test_nested_function.out \
115 test_options.out \ 115 test_options.out \
116 test_qf_title.out \ 116 test_qf_title.out \
117 test_set.out \
117 test_signs.out \ 118 test_signs.out \
118 test_textobjects.out \ 119 test_textobjects.out \
119 test_utf8.out 120 test_utf8.out
120 121
121 # Known problems: 122 # Known problems: